File tree Expand file tree Collapse file tree 7 files changed +7
-30
lines changed
Expand file tree Collapse file tree 7 files changed +7
-30
lines changed Original file line number Diff line number Diff line change 11** /node_modules /*
2- src /Packages.ts
3- src /config /Config.ts
4- electron.index.json
2+ src /Packages. *
3+ src /config /Config. *
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ dist-ssr
2525
2626src /Packages. *
2727src /config /Config. *
28- electron /resources / *
28+ electron /resources
Original file line number Diff line number Diff line change 11{
22 "name" : " example-product-name" ,
33 "version" : " 0.0.1" ,
4- "description" : " A divine garden adventure " ,
4+ "description" : " Your Production Description " ,
55 "main" : " index.js" ,
66 "config" : {
77 "forge" : {
88 "packagerConfig" : {
9- "asar" : true ,
10- "icon" : " ./icons"
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- ]
9+ "icon" : " ./electron/icons/icon.icns" ,
10+ "asar" : true
11+ }
2612 }
2713 },
2814 "devDependencies" : {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2828 "@next2d/vite-auto-loader-plugin" : " ^1.0.0" ,
2929 "@typescript-eslint/eslint-plugin" : " ^6.10.0" ,
3030 "@typescript-eslint/parser" : " ^6.10.0" ,
31- "electron" : " ^27.0.4" ,
3231 "eslint" : " ^8.53.0" ,
3332 "jsdom" : " ^22.1.0" ,
3433 "typescript" : " ^5.2.2" ,
You can’t perform that action at this time.
0 commit comments