From 166768893146609fc49295609b5f72388bbe9395 Mon Sep 17 00:00:00 2001 From: DEV_DSW <562304744@qq.com> Date: Mon, 27 Apr 2026 10:12:09 +0800 Subject: [PATCH] feat: remove license references from NSIS and AppImage configurations --- electron-builder.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/electron-builder.yml b/electron-builder.yml index b987250..a45c99f 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -102,7 +102,6 @@ nsis: createStartMenuShortcut: true shortcutName: NIANXX uninstallDisplayName: NIANXX - license: LICENSE include: scripts/installer.nsh installerIcon: resources/icons/icon.ico uninstallerIcon: resources/icons/icon.ico @@ -129,5 +128,3 @@ linux: Categories: Utility;Network; Keywords: ai;assistant;automation;chat; StartupWMClass: zn-ai - appImage: - license: LICENSE