Skip to content

Commit

Permalink
mac huh
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Jun 30, 2024
1 parent cfab28c commit 3dc1d20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gdext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ jobs:
exe: GdsGameProject.app/Contents/MacOS/GdsGameProject
- os: windows-latest
name: 🪟GdsGameProject
exe: test.exe
exe: GdsGameProject.exe

name: ${{ matrix.name }} (${{ matrix.gdver }})
runs-on: ${{ matrix.os }}
Expand Down
4 changes: 4 additions & 0 deletions doc/examples/GdsGameProject/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ window/vsync/vsync_mode=0
[editor_plugins]

enabled=PackedStringArray("res://addons/imgui-godot/plugin.cfg")

[rendering]

textures/vram_compression/import_etc2_astc=true

0 comments on commit 3dc1d20

Please sign in to comment.