Skip to content

Commit

Permalink
fix: 🐛 build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Oct 16, 2023
1 parent 6504515 commit 09c8dee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
},
"win": {
"icon": "logo.ico",
"executableName": "escrcpy",
"target": [
{
"target": "nsis",
Expand All @@ -45,6 +46,8 @@
},
"nsis": {
"artifactName": "${productName}-${version}-win-setup.${ext}",
"shortcutName": "${productName}",
"uninstallDisplayName": "${productName}",
"oneClick": false,
"perMachine": false,
"allowToChangeInstallationDirectory": true,
Expand Down

0 comments on commit 09c8dee

Please sign in to comment.