Added export presets and custom templates, removed move command from yml
Some checks failed
godot-ci export / Windows Export (push) Failing after 1m12s

This commit is contained in:
2025-07-01 04:16:58 -07:00
parent 84134746ea
commit 84276d390a
10 changed files with 186 additions and 27 deletions

View File

@ -0,0 +1,14 @@
"AppBuild"
{
"AppID" "2739610"
"Desc" "STEAM_DESCRIPTION"
"Preview" "0"
"SetLive" "smp-gde"
"ContentRoot" "..\..\build\"
"BuildOutput" "..\..\steam_build_output\"
"Depots"
{
"2739611" "depot_build_2739611.vdf"
"2739612" "depot_build_2739612.vdf"
}
}

View File

@ -0,0 +1,18 @@
"DepotBuild"
{
"DepotID" "2739611"
"FileMapping"
{
// This can be a full path, or a path relative to ContentRoot
"LocalPath" "windows-steam\*"
// This is a path relative to the install folder of your game
"DepotPath" "."
// If LocalPath contains wildcards, setting this means that all
// matching files within subdirectories of LocalPath will also
// be included.
"Recursive" "1"
}
}

View File

@ -0,0 +1,18 @@
"DepotBuild"
{
"DepotID" "2739612"
"FileMapping"
{
// This can be a full path, or a path relative to ContentRoot
"LocalPath" "linux-steam\*"
// This is a path relative to the install folder of your game
"DepotPath" "."
// If LocalPath contains wildcards, setting this means that all
// matching files within subdirectories of LocalPath will also
// be included.
"Recursive" "1"
}
}