Linux export

This commit is contained in:
Marco 2025-04-26 17:07:43 +02:00
commit ce1d791f7a
3 changed files with 13 additions and 5 deletions

View file

@ -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"