Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushithamsilva committed Jan 29, 2024
2 parents b24acb8 + 658e3eb commit 8114671
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/client/impax/electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
extraResources: ["src/assets"],
mac: {
target: ["dmg"],
icon: "public/Icon.ico",
artifactName: "${productName}-Mac-${version}-Installer.${ext}",
},
win: {
Expand All @@ -35,6 +36,7 @@
deleteAppDataOnUninstall: false,
},
linux: {
icon: "public/Icon.ico",
target: ["AppImage"],
artifactName: "${productName}-Linux-${version}.${ext}",
},
Expand Down

0 comments on commit 8114671

Please sign in to comment.