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,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"
}
}