🚀 打包文件名规范化
This commit is contained in:
parent
5c01c0442c
commit
bda469e14b
@ -49,9 +49,10 @@
|
||||
"x64",
|
||||
"arm64",
|
||||
"universal"
|
||||
]
|
||||
],
|
||||
}
|
||||
],
|
||||
"artifactName": "${productName}-Mac-${arch}-${version}.${ext}",
|
||||
category: "public.app-category.utilities"
|
||||
},
|
||||
"win": {
|
||||
@ -85,16 +86,17 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"artifactName": "${productName}-Windows-${arch}-${version}.${ext}"
|
||||
},
|
||||
"nsis": {
|
||||
"artifactName": "${productName}-Setup-${version}.${ext}",
|
||||
"artifactName": "${productName}-Windows-${arch}-${version}-Setup.${ext}",
|
||||
"oneClick": false,
|
||||
"perMachine": false,
|
||||
"allowToChangeInstallationDirectory": true,
|
||||
"deleteAppDataOnUninstall": false
|
||||
},
|
||||
"portable": {
|
||||
"artifactName": "${productName}-${version}-${arch}.${ext}"
|
||||
"artifactName": "${productName}-Windows-${arch}-${version}.${ext}"
|
||||
},
|
||||
"linux": {
|
||||
"target": [
|
||||
@ -128,6 +130,7 @@
|
||||
// }
|
||||
],
|
||||
"category": "Network",
|
||||
"artifactName": "${productName}-Linux-${arch}-${version}.${ext}"
|
||||
},
|
||||
"publish": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user