We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7ae5f commit 0e7089aCopy full SHA for 0e7089a
1 file changed
build.js
@@ -16,7 +16,7 @@ builder.build({
16
releaseType: 'release',
17
}],
18
win: {
19
- icon: "./app/assets/images/icon.ico",
+ icon: "./src/assets/images/icon.ico",
20
target: [{
21
target: "nsis",
22
arch: ["x64"]
@@ -29,15 +29,15 @@ builder.build({
29
runAfterFinish: true
30
},
31
mac: {
32
- icon: "./app/assets/images/icon.icns",
+ icon: "./src/assets/images/icon.icns",
33
category: "public.app-category.games",
34
35
target: "dmg",
36
arch: ["x64", "arm64"]
37
}]
38
39
linux: {
40
- icon: "./app/assets/images/icon.png",
+ icon: "./src/assets/images/icon.png",
41
42
target: "AppImage",
43
0 commit comments