mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-16 21:53:48 +00:00
Linux export
This commit is contained in:
parent
34a07342ac
commit
ce1d791f7a
3 changed files with 13 additions and 5 deletions
|
|
@ -38,5 +38,6 @@ if (Test-Path $configFile) {
|
|||
}
|
||||
|
||||
# Step 4: Export the build
|
||||
& $godotPath --headless --export-release "Windows Desktop" "$buildDir\$fileName.exe"
|
||||
& $godotPath --headless --export-release "Windows Desktop" "$buildDir\win\$fileName.exe"
|
||||
|
||||
& $godotPath --headless --export-release "Linux" "$buildDir\linux\$fileName.exe"
|
||||
Loading…
Add table
Add a link
Reference in a new issue