Add build directories

This commit is contained in:
2023-08-17 12:52:49 +02:00
parent 1693616643
commit 16e7f2185e
5 changed files with 7 additions and 7 deletions

2
.gitignore vendored
View File

@@ -1,7 +1,7 @@
### Godot ### ### Godot ###
# Godot 4+ specific ignores # Godot 4+ specific ignores
.godot/ .godot/
/[Bb]uild/ /[Bb]uilds/
*_build/ *_build/
/[Oo]utput/ /[Oo]utput/
/[Cc]ache/ /[Cc]ache/

0
builds/android/.gitkeep Normal file
View File

0
builds/linux/.gitkeep Normal file
View File

0
builds/windows/.gitkeep Normal file
View File

View File

@@ -1,6 +1,6 @@
[preset.0] [preset.0]
name="Linux/X11" name="linux"
platform="Linux/X11" platform="Linux/X11"
runnable=true runnable=true
dedicated_server=false dedicated_server=false
@@ -8,7 +8,7 @@ custom_features=""
export_filter="all_resources" export_filter="all_resources"
include_filter="" include_filter=""
exclude_filter="" exclude_filter=""
export_path="linux_build/reno.x86_64" export_path="builds/linux/reno.x86_64"
encryption_include_filters="" encryption_include_filters=""
encryption_exclude_filters="" encryption_exclude_filters=""
encrypt_pck=false encrypt_pck=false
@@ -41,7 +41,7 @@ rm -rf \"{temp_dir}\""
[preset.1] [preset.1]
name="Windows Desktop" name="windows"
platform="Windows Desktop" platform="Windows Desktop"
runnable=true runnable=true
dedicated_server=false dedicated_server=false
@@ -49,7 +49,7 @@ custom_features=""
export_filter="all_resources" export_filter="all_resources"
include_filter="" include_filter=""
exclude_filter="" exclude_filter=""
export_path="windows_build/reno.exe" export_path="builds/windows/reno.exe"
encryption_include_filters="" encryption_include_filters=""
encryption_exclude_filters="" encryption_exclude_filters=""
encrypt_pck=false encrypt_pck=false
@@ -107,7 +107,7 @@ Remove-Item -Recurse -Force '{temp_dir}'"
[preset.2] [preset.2]
name="Android" name="android"
platform="Android" platform="Android"
runnable=true runnable=true
dedicated_server=false dedicated_server=false
@@ -115,7 +115,7 @@ custom_features=""
export_filter="all_resources" export_filter="all_resources"
include_filter="config.cfg" include_filter="config.cfg"
exclude_filter="" exclude_filter=""
export_path="android_build/reno.apk" export_path="builds/android/reno.apk"
encryption_include_filters="" encryption_include_filters=""
encryption_exclude_filters="" encryption_exclude_filters=""
encrypt_pck=false encrypt_pck=false