Skip to content

Commit 560c096

Browse files
committed
fix(desktop): include src/config in build files
- Add src/config/**/* to electron-builder files config - Fixes ERR_MODULE_NOT_FOUND for src/config/env.js in packaged app - Bump version to 0.1.0-beta.3
1 parent 1af614c commit 560c096

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

desktop/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "livegalgame-desktop",
3-
"version": "0.1.0-beta.2",
3+
"version": "0.1.0-beta.3",
44
"description": "LiveGalGame Desktop - 实时对话辅助与学习工具",
55
"type": "module",
66
"main": "src/main.js",
@@ -83,6 +83,7 @@
8383
"data/**/*",
8484
"src/main.js",
8585
"src/preload.js",
86+
"src/config/**/*",
8687
"src/core/**/*",
8788
"src/asr/**/*",
8889
"src/shared/**/*",

0 commit comments

Comments
 (0)