Skip to content

Commit fe54572

Browse files
committed
fix: ci publish
1 parent 6040bd3 commit fe54572

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

game/export_presets.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runnable=true
66
dedicated_server=false
77
custom_features=""
88
export_filter="exclude"
9-
export_files=PackedStringArray("res://internal_tools/image_generator/main_panel.tscn", "res://internal_tools/image_generator/index.gd", "res://internal_tools/image_generator/main_panel.gd")
9+
export_files=PackedStringArray()
1010
include_filter=""
1111
exclude_filter=""
1212
export_path="../build/webgl/index.html"
@@ -28,7 +28,7 @@ html/head_include=""
2828
html/canvas_resize_policy=2
2929
html/focus_canvas_on_start=true
3030
html/experimental_virtual_keyboard=false
31-
progressive_web_app/enabled=false
31+
progressive_web_app/enabled=true
3232
progressive_web_app/offline_page=""
3333
progressive_web_app/display=1
3434
progressive_web_app/orientation=0
@@ -45,7 +45,7 @@ runnable=true
4545
dedicated_server=false
4646
custom_features=""
4747
export_filter="exclude"
48-
export_files=PackedStringArray("res://internal_tools/image_generator/main_panel.tscn", "res://internal_tools/image_generator/index.gd", "res://internal_tools/image_generator/main_panel.gd")
48+
export_files=PackedStringArray()
4949
include_filter=""
5050
exclude_filter=""
5151
export_path="../build/windows/aikami.exe"
@@ -109,7 +109,7 @@ runnable=true
109109
dedicated_server=false
110110
custom_features=""
111111
export_filter="exclude"
112-
export_files=PackedStringArray("res://internal_tools/image_generator/main_panel.tscn", "res://internal_tools/image_generator/index.gd", "res://internal_tools/image_generator/main_panel.gd")
112+
export_files=PackedStringArray()
113113
include_filter=""
114114
exclude_filter=""
115115
export_path="../build/linux/aikami.x86_64"
@@ -150,7 +150,7 @@ runnable=true
150150
dedicated_server=false
151151
custom_features=""
152152
export_filter="exclude"
153-
export_files=PackedStringArray("res://internal_tools/image_generator/main_panel.tscn", "res://internal_tools/image_generator/index.gd", "res://internal_tools/image_generator/main_panel.gd")
153+
export_files=PackedStringArray()
154154
include_filter=""
155155
exclude_filter=""
156156
export_path="../build/macos/aikami-macos.zip"

game/project.godot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,4 @@ menu={
7979

8080
renderer/rendering_method="gl_compatibility"
8181
renderer/rendering_method.mobile="gl_compatibility"
82+
textures/vram_compression/import_etc2_astc=true

0 commit comments

Comments
 (0)