Computer Fixing
This commit is contained in:
parent
10551189f9
commit
89ccda1523
3 changed files with 25 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
[preset.0]
|
||||
|
||||
name="Windows Desktop"
|
||||
name="Windows x86_64"
|
||||
platform="Windows Desktop"
|
||||
runnable=true
|
||||
dedicated_server=false
|
||||
|
@ -8,7 +8,7 @@ custom_features=""
|
|||
export_filter="all_resources"
|
||||
include_filter=""
|
||||
exclude_filter=""
|
||||
export_path="../Desktop/64.exe"
|
||||
export_path="../Desktop/Exports/win64/x86_64.exe"
|
||||
encryption_include_filters=""
|
||||
encryption_exclude_filters=""
|
||||
encrypt_pck=false
|
||||
|
@ -63,7 +63,7 @@ Remove-Item -Recurse -Force '{temp_dir}'"
|
|||
|
||||
[preset.1]
|
||||
|
||||
name="Windows Desktop 2"
|
||||
name="Windows x86_32"
|
||||
platform="Windows Desktop"
|
||||
runnable=false
|
||||
dedicated_server=false
|
||||
|
@ -71,7 +71,7 @@ custom_features=""
|
|||
export_filter="all_resources"
|
||||
include_filter=""
|
||||
exclude_filter=""
|
||||
export_path="../Desktop/32.exe"
|
||||
export_path="../Desktop/Exports/win32/x86_32.exe"
|
||||
encryption_include_filters=""
|
||||
encryption_exclude_filters=""
|
||||
encrypt_pck=false
|
||||
|
@ -126,7 +126,7 @@ Remove-Item -Recurse -Force '{temp_dir}'"
|
|||
|
||||
[preset.2]
|
||||
|
||||
name="Linux/X11"
|
||||
name="Linux/X11 x86_64"
|
||||
platform="Linux/X11"
|
||||
runnable=true
|
||||
dedicated_server=false
|
||||
|
@ -134,7 +134,7 @@ custom_features=""
|
|||
export_filter="all_resources"
|
||||
include_filter=""
|
||||
exclude_filter=""
|
||||
export_path="../Desktop/linux.x86_64"
|
||||
export_path="../Desktop/Exports/linux64/linux.x86_64"
|
||||
encryption_include_filters=""
|
||||
encryption_exclude_filters=""
|
||||
encrypt_pck=false
|
||||
|
@ -166,7 +166,7 @@ rm -rf \"{temp_dir}\""
|
|||
|
||||
[preset.3]
|
||||
|
||||
name="Linux/X11 2"
|
||||
name="Linux/X11 x86_32"
|
||||
platform="Linux/X11"
|
||||
runnable=false
|
||||
dedicated_server=false
|
||||
|
@ -174,7 +174,7 @@ custom_features=""
|
|||
export_filter="all_resources"
|
||||
include_filter=""
|
||||
exclude_filter=""
|
||||
export_path="../Desktop/linux.x86_32"
|
||||
export_path="../Desktop/Exports/linux32/linux.x86_32"
|
||||
encryption_include_filters=""
|
||||
encryption_exclude_filters=""
|
||||
encrypt_pck=false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue