File tree Expand file tree Collapse file tree 4 files changed +17
-54
lines changed
Expand file tree Collapse file tree 4 files changed +17
-54
lines changed Original file line number Diff line number Diff line change @@ -25,5 +25,4 @@ dist-ssr
2525
2626src /Packages. *
2727src /config /Config. *
28- electron.index.json
2928electron /resources /*
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66 "config" : {
77 "forge" : {
88 "packagerConfig" : {
9+ "asar" : true ,
910 "icon" : " ./icons"
10- }
11+ },
12+ "makers" : [
13+ {
14+ "platforms" : [" mas" ],
15+ "config" : {
16+ "icon" : " ../icon/macos/icon.icns"
17+ }
18+ },
19+ {
20+ "platforms" : [" win32" ],
21+ "config" : {
22+ "icon" : " ../icon/windows/icon.png"
23+ }
24+ }
25+ ]
1126 }
1227 },
1328 "devDependencies" : {
Original file line number Diff line number Diff line change 3434 "typescript" : " ^5.2.2" ,
3535 "vite" : " ^4.5.0" ,
3636 "vitest" : " ^0.34.6"
37- },
38- "dependencies" : {
39- "example-product-name" : " file:electron"
4037 }
41- }
38+ }
You can’t perform that action at this time.
0 commit comments