Skip to content

Commit

Permalink
fix export presets
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitwel committed Nov 20, 2023
1 parent b71df8d commit cf18507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion export_presets.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[preset.0]

name="android-debug"
name="Android"
platform="Android"
runnable=true
dedicated_server=false
Expand Down
2 changes: 1 addition & 1 deletion export_presets_prod.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[preset.0]

name="android-release"
name="Android"
platform="Android"
runnable=false
dedicated_server=false
Expand Down

0 comments on commit cf18507

Please sign in to comment.