mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-20 01:53:47 +00:00
Export script with path
This commit is contained in:
parent
730aa575ed
commit
ed6e659d23
5 changed files with 14 additions and 12 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue