Skip to content

Commit

Permalink
ci: export preset
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Jun 5, 2022
1 parent 283cc2b commit ee6b874
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
test-timeout: 3600
# Directory containing Gut tests
direct-scene: tests/cli/tests.tscn
version_and_release:
- name: "🤖 Export game"
if: ${{ steps.release.outputs.version != '' }}
uses: firebelley/godot-export@v3.0.0
Expand All @@ -56,7 +57,7 @@ jobs:
env:
BUTLER_CREDENTIALS: "${{ secrets.BUTLER_CREDENTIALS }}"
CHANNEL: HTML5
ITCH_GAME: hypnagonia
ITCH_GAME: card-game-framework
ITCH_USER: dbzer0
PACKAGE: HTML5.zip
VERSION: Demo
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
.import/
*.import
export.cfg
export_presets.cfg
*.TMP

# Mono-specific ignores
Expand Down
34 changes: 34 additions & 0 deletions export_presets.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[preset.0]

name="HTML5"
platform="HTML5"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="../bin/cgf-demo-html/index.html"
script_export_mode=1
script_encryption_key=""

[preset.0.options]

custom_template/debug=""
custom_template/release=""
variant/export_type=0
vram_texture_compression/for_desktop=true
vram_texture_compression/for_mobile=false
html/export_icon=true
html/custom_html_shell=""
html/head_include=""
html/canvas_resize_policy=2
html/focus_canvas_on_start=true
html/experimental_virtual_keyboard=false
progressive_web_app/enabled=false
progressive_web_app/offline_page=""
progressive_web_app/display=1
progressive_web_app/orientation=0
progressive_web_app/icon_144x144=""
progressive_web_app/icon_180x180=""
progressive_web_app/icon_512x512=""
progressive_web_app/background_color=Color( 0, 0, 0, 1 )

0 comments on commit ee6b874

Please sign in to comment.