Export script with path

This commit is contained in:
Marco 2025-03-05 16:22:57 +01:00
commit ed6e659d23
5 changed files with 14 additions and 12 deletions

View file

@ -1,6 +1,6 @@
# Define paths
$gitVersionPath = "dotnet-gitversion.exe"
$godotPath = "F:\Apps\Godot_v4.4\Godot_v4.4-rc1_mono_win64.exe"
$godotPath = $env:GODOT
$buildDir = ".\build"
$configFile = "export_presets.cfg"
$zipOutputDir = ".\release"