修改安装程序配置
This commit is contained in:
parent
c231a5743b
commit
986ea8d815
@ -67,7 +67,9 @@ const baseConfig = {
|
||||
artifactName: '${productName} ${version}_${arch} Portable.${ext}'
|
||||
},
|
||||
nsis: {
|
||||
oneClick: true
|
||||
oneClick: false,
|
||||
allowElevation: true,
|
||||
allowToChangeInstallationDirectory: true
|
||||
},
|
||||
linux: {
|
||||
executableName: packageJson.name.toLowerCase(),
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"appId": "com.lingnite.lingtropy",
|
||||
"version": "1.0.0",
|
||||
"description": "文案助手",
|
||||
"homepage": "https://vutron.cdget.com",
|
||||
"homepage": "https://www.lingnite.com",
|
||||
"author": "沈阳泠启网络科技有限公司",
|
||||
"license": "MIT",
|
||||
"main": "dist/main/index.js",
|
||||
|
||||
@ -5196,6 +5196,7 @@ vuetify@^3.0.0, vuetify@^3.7.14:
|
||||
resolved "file:"
|
||||
dependencies:
|
||||
"@mdi/font" "^7.4.47"
|
||||
lingtropy "file:"
|
||||
pinia "^3.0.1"
|
||||
vue "^3.5.13"
|
||||
vue-i18n "^11.1.1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user