Skip to content

Commit

Permalink
Update build.js
Browse files Browse the repository at this point in the history
  • Loading branch information
luuxis committed Mar 15, 2023
1 parent 4a7ae5f commit 0e7089a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ builder.build({
releaseType: 'release',
}],
win: {
icon: "./app/assets/images/icon.ico",
icon: "./src/assets/images/icon.ico",
target: [{
target: "nsis",
arch: ["x64"]
Expand All @@ -29,15 +29,15 @@ builder.build({
runAfterFinish: true
},
mac: {
icon: "./app/assets/images/icon.icns",
icon: "./src/assets/images/icon.icns",
category: "public.app-category.games",
target: [{
target: "dmg",
arch: ["x64", "arm64"]
}]
},
linux: {
icon: "./app/assets/images/icon.png",
icon: "./src/assets/images/icon.png",
target: [{
target: "AppImage",
arch: ["x64"]
Expand Down

0 comments on commit 0e7089a

Please sign in to comment.