Add build directories
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,7 +1,7 @@
|
||||
### Godot ###
|
||||
# Godot 4+ specific ignores
|
||||
.godot/
|
||||
/[Bb]uild/
|
||||
/[Bb]uilds/
|
||||
*_build/
|
||||
/[Oo]utput/
|
||||
/[Cc]ache/
|
||||
|
||||
0
builds/android/.gitkeep
Normal file
0
builds/android/.gitkeep
Normal file
0
builds/linux/.gitkeep
Normal file
0
builds/linux/.gitkeep
Normal file
0
builds/windows/.gitkeep
Normal file
0
builds/windows/.gitkeep
Normal file
@@ -1,6 +1,6 @@
|
||||
[preset.0]
|
||||
|
||||
name="Linux/X11"
|
||||
name="linux"
|
||||
platform="Linux/X11"
|
||||
runnable=true
|
||||
dedicated_server=false
|
||||
@@ -8,7 +8,7 @@ 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
|
||||
@@ -41,7 +41,7 @@ rm -rf \"{temp_dir}\""
|
||||
|
||||
[preset.1]
|
||||
|
||||
name="Windows Desktop"
|
||||
name="windows"
|
||||
platform="Windows Desktop"
|
||||
runnable=true
|
||||
dedicated_server=false
|
||||
@@ -49,7 +49,7 @@ 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
|
||||
@@ -107,7 +107,7 @@ Remove-Item -Recurse -Force '{temp_dir}'"
|
||||
|
||||
[preset.2]
|
||||
|
||||
name="Android"
|
||||
name="android"
|
||||
platform="Android"
|
||||
runnable=true
|
||||
dedicated_server=false
|
||||
@@ -115,7 +115,7 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user