Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Sep 30, 2024
1 parent c4c5d15 commit ca230ca
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions electron-builder.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
appId: ws.opencor.app
productName: OpenCOR
win:
artifactName: ${productName}-${version}-Windows-${ext}
artifactName: ${productName}-${version}-Windows.${ext}
target:
- nsis
- zip
nsis:
artifactName: ${productName}-${version}-Windows-${ext}
uninstallDisplayName: ${productName}
linux:
artifactName: ${productName}-${version}-Linux-${ext}
artifactName: ${productName}-${version}-Linux.${ext}
category: Utility
executableName: OpenCOR
target:
Expand All @@ -18,7 +17,7 @@ linux:
- snap
- tar.gz
mac:
artifactName: ${productName}-${version}-macOS.${arch}.${ext}
artifactName: ${productName}-${version}-macOS-${arch}.${ext}
target:
- target: dmg
arch: x64
Expand Down

0 comments on commit ca230ca

Please sign in to comment.