Skip to content

Commit ee6b874

Browse files
committed
ci: export preset
1 parent 283cc2b commit ee6b874

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
test-timeout: 3600
3535
# Directory containing Gut tests
3636
direct-scene: tests/cli/tests.tscn
37+
version_and_release:
3738
- name: "🤖 Export game"
3839
if: ${{ steps.release.outputs.version != '' }}
3940
uses: firebelley/[email protected]
@@ -56,7 +57,7 @@ jobs:
5657
env:
5758
BUTLER_CREDENTIALS: "${{ secrets.BUTLER_CREDENTIALS }}"
5859
CHANNEL: HTML5
59-
ITCH_GAME: hypnagonia
60+
ITCH_GAME: card-game-framework
6061
ITCH_USER: dbzer0
6162
PACKAGE: HTML5.zip
6263
VERSION: Demo

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
.import/
44
*.import
55
export.cfg
6-
export_presets.cfg
76
*.TMP
87

98
# Mono-specific ignores

export_presets.cfg

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
[preset.0]
2+
3+
name="HTML5"
4+
platform="HTML5"
5+
runnable=true
6+
custom_features=""
7+
export_filter="all_resources"
8+
include_filter=""
9+
exclude_filter=""
10+
export_path="../bin/cgf-demo-html/index.html"
11+
script_export_mode=1
12+
script_encryption_key=""
13+
14+
[preset.0.options]
15+
16+
custom_template/debug=""
17+
custom_template/release=""
18+
variant/export_type=0
19+
vram_texture_compression/for_desktop=true
20+
vram_texture_compression/for_mobile=false
21+
html/export_icon=true
22+
html/custom_html_shell=""
23+
html/head_include=""
24+
html/canvas_resize_policy=2
25+
html/focus_canvas_on_start=true
26+
html/experimental_virtual_keyboard=false
27+
progressive_web_app/enabled=false
28+
progressive_web_app/offline_page=""
29+
progressive_web_app/display=1
30+
progressive_web_app/orientation=0
31+
progressive_web_app/icon_144x144=""
32+
progressive_web_app/icon_180x180=""
33+
progressive_web_app/icon_512x512=""
34+
progressive_web_app/background_color=Color( 0, 0, 0, 1 )

0 commit comments

Comments
 (0)