Skip to content

Commit

Permalink
Add build directories
Browse files Browse the repository at this point in the history
  • Loading branch information
JanGross committed Aug 17, 2023
1 parent 1693616 commit 16e7f21
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Godot ###
# Godot 4+ specific ignores
.godot/
/[Bb]uild/
/[Bb]uilds/
*_build/
/[Oo]utput/
/[Cc]ache/
Expand Down
Empty file added builds/android/.gitkeep
Empty file.
Empty file added builds/linux/.gitkeep
Empty file.
Empty file added builds/windows/.gitkeep
Empty file.
12 changes: 6 additions & 6 deletions export_presets.cfg
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[preset.0]

name="Linux/X11"
name="linux"
platform="Linux/X11"
runnable=true
dedicated_server=false
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="linux_build/reno.x86_64"
export_path="builds/linux/reno.x86_64"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
Expand Down Expand Up @@ -41,15 +41,15 @@ rm -rf \"{temp_dir}\""

[preset.1]

name="Windows Desktop"
name="windows"
platform="Windows Desktop"
runnable=true
dedicated_server=false
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="windows_build/reno.exe"
export_path="builds/windows/reno.exe"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
Expand Down Expand Up @@ -107,15 +107,15 @@ Remove-Item -Recurse -Force '{temp_dir}'"

[preset.2]

name="Android"
name="android"
platform="Android"
runnable=true
dedicated_server=false
custom_features=""
export_filter="all_resources"
include_filter="config.cfg"
exclude_filter=""
export_path="android_build/reno.apk"
export_path="builds/android/reno.apk"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
Expand Down

0 comments on commit 16e7f21

Please sign in to comment.