upload 2026-03-14/steam/builder-effective-config.yaml
Browse files
2026-03-14/steam/builder-effective-config.yaml
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
directories:
|
| 2 |
+
output: release/steam
|
| 3 |
+
buildResources: build
|
| 4 |
+
productName: MangaTrans Reader
|
| 5 |
+
appId: com.mangatrans.steam
|
| 6 |
+
files:
|
| 7 |
+
- filter:
|
| 8 |
+
- dist/**/*
|
| 9 |
+
- dist-electron/**/*
|
| 10 |
+
extraResources:
|
| 11 |
+
- from: ../dist/MangaTransServer
|
| 12 |
+
to: MangaTransServer
|
| 13 |
+
filter:
|
| 14 |
+
- '**/*'
|
| 15 |
+
- from: ../demo_manga
|
| 16 |
+
to: demo_manga
|
| 17 |
+
filter:
|
| 18 |
+
- '**/*'
|
| 19 |
+
win:
|
| 20 |
+
target:
|
| 21 |
+
- dir
|
| 22 |
+
icon: resources/icon.png
|
| 23 |
+
artifactName: ${productName}-Steam-${version}.${ext}
|
| 24 |
+
electronVersion: 28.3.3
|