Skip to content

Commit 2da1029

Browse files
committed
electron,steamの書き出しを調整(WIP)
1 parent c9f7e76 commit 2da1029

File tree

7 files changed

+7
-30
lines changed

7 files changed

+7
-30
lines changed

template/.eslintignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
**/node_modules/*
2-
src/Packages.ts
3-
src/config/Config.ts
4-
electron.index.json
2+
src/Packages.*
3+
src/config/Config.*

template/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ dist-ssr
2525

2626
src/Packages.*
2727
src/config/Config.*
28-
electron/resources/*
28+
electron/resources

template/electron/package.json

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,14 @@
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": {

template/icon/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

template/icon/macos/icon.icns

-145 KB
Binary file not shown.

template/icon/windows/icon.png

-18.9 KB
Binary file not shown.

template/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
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",

0 commit comments

Comments
 (0)