修改安装程序配置

This commit is contained in:
mcallzbl 2025-03-17 23:08:11 +08:00
parent c231a5743b
commit 986ea8d815
3 changed files with 5 additions and 2 deletions

View File

@ -67,7 +67,9 @@ const baseConfig = {
artifactName: '${productName} ${version}_${arch} Portable.${ext}' artifactName: '${productName} ${version}_${arch} Portable.${ext}'
}, },
nsis: { nsis: {
oneClick: true oneClick: false,
allowElevation: true,
allowToChangeInstallationDirectory: true
}, },
linux: { linux: {
executableName: packageJson.name.toLowerCase(), executableName: packageJson.name.toLowerCase(),

View File

@ -3,7 +3,7 @@
"appId": "com.lingnite.lingtropy", "appId": "com.lingnite.lingtropy",
"version": "1.0.0", "version": "1.0.0",
"description": "文案助手", "description": "文案助手",
"homepage": "https://vutron.cdget.com", "homepage": "https://www.lingnite.com",
"author": "沈阳泠启网络科技有限公司", "author": "沈阳泠启网络科技有限公司",
"license": "MIT", "license": "MIT",
"main": "dist/main/index.js", "main": "dist/main/index.js",

View File

@ -5196,6 +5196,7 @@ vuetify@^3.0.0, vuetify@^3.7.14:
resolved "file:" resolved "file:"
dependencies: dependencies:
"@mdi/font" "^7.4.47" "@mdi/font" "^7.4.47"
lingtropy "file:"
pinia "^3.0.1" pinia "^3.0.1"
vue "^3.5.13" vue "^3.5.13"
vue-i18n "^11.1.1" vue-i18n "^11.1.1"