Create Mod dir on base game update. (#231)

This commit is contained in:
Geramie Kuba 2022-11-19 14:43:55 -07:00 committed by GitHub
parent 0856176282
commit 7df4568d7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,12 @@
"UpdateSourceData": "294420", "UpdateSourceData": "294420",
"UpdateSourceVersion": "{{Stream}}" "UpdateSourceVersion": "{{Stream}}"
}, },
{
"UpdateStageName":"Create Mod Directory",
"UpdateSourcePlatform":"All",
"UpdateSource":"CreateDirectory",
"UpdateSourceArgs":"{{$FullBaseDir}}Mods"
},
{ {
"UpdateStageName": "Settings File Download", "UpdateStageName": "Settings File Download",
"UpdateSourcePlatform": "All", "UpdateSourcePlatform": "All",