Skip to content

Commit

Permalink
fix(ci): add executable name
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream committed Nov 10, 2023
1 parent 361d2c8 commit 789e47c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/desktop/electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ files:
asarUnpack:
- resources/**
win:
executableName: MQTTX
executableName: ${productName}
target:
- target: nsis
arch: [x64, ia32, arm64]
Expand Down Expand Up @@ -42,6 +42,7 @@ mac:
arch: [x64, arm64]
artifactName: ${productName}-${version}-{arch}.${ext}
linux:
executableName: ${productName}
target:
- target: AppImage
arch: [x64, arm64]
Expand Down

0 comments on commit 789e47c

Please sign in to comment.