Skip to content

Commit 0e7089a

Browse files
committed
Update build.js
1 parent 4a7ae5f commit 0e7089a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ builder.build({
1616
releaseType: 'release',
1717
}],
1818
win: {
19-
icon: "./app/assets/images/icon.ico",
19+
icon: "./src/assets/images/icon.ico",
2020
target: [{
2121
target: "nsis",
2222
arch: ["x64"]
@@ -29,15 +29,15 @@ builder.build({
2929
runAfterFinish: true
3030
},
3131
mac: {
32-
icon: "./app/assets/images/icon.icns",
32+
icon: "./src/assets/images/icon.icns",
3333
category: "public.app-category.games",
3434
target: [{
3535
target: "dmg",
3636
arch: ["x64", "arm64"]
3737
}]
3838
},
3939
linux: {
40-
icon: "./app/assets/images/icon.png",
40+
icon: "./src/assets/images/icon.png",
4141
target: [{
4242
target: "AppImage",
4343
arch: ["x64"]

0 commit comments

Comments
 (0)