mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-14 18:57:40 +01:00
fix: 🐛 build fix
This commit is contained in:
parent
6504515195
commit
09c8deeca9
@ -30,6 +30,7 @@
|
||||
},
|
||||
"win": {
|
||||
"icon": "logo.ico",
|
||||
"executableName": "escrcpy",
|
||||
"target": [
|
||||
{
|
||||
"target": "nsis",
|
||||
@ -45,6 +46,8 @@
|
||||
},
|
||||
"nsis": {
|
||||
"artifactName": "${productName}-${version}-win-setup.${ext}",
|
||||
"shortcutName": "${productName}",
|
||||
"uninstallDisplayName": "${productName}",
|
||||
"oneClick": false,
|
||||
"perMachine": false,
|
||||
"allowToChangeInstallationDirectory": true,
|
||||
|
Loading…
Reference in New Issue
Block a user