Skip to content

Commit

Permalink
perf: name of exe
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed May 19, 2024
1 parent 716c46a commit 9b7163e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conf/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"installerIcon": "res/icons/bilibili.ico",
"uninstallerIcon": "res/icons/bilibili.ico",
"installerHeaderIcon": "res/icons/bilibili.ico",
"allowToChangeInstallationDirectory": true
"allowToChangeInstallationDirectory": true,
"artifactName": "${productName}-${version}-${arch}.${ext}"
},
"linux": {
"target": [
Expand Down

0 comments on commit 9b7163e

Please sign in to comment.