chore: changes to structure

This commit is contained in:
ZioPao
2025-04-17 11:01:03 +02:00
parent be6466976c
commit 9011579f08
4 changed files with 8 additions and 0 deletions

6
.vscode/tasks.json vendored
View File

@@ -9,6 +9,12 @@
"options": {"statusbar": {"label": "$(combine) Assemble Mod"}},
"command": "python ${config:zomboid_user_folder}/PaosCrap/make_workshop_pack.py \"picch\" \"${workspaceFolderBasename}\" \"\"",
},
{
"label": "Create Workshop folder",
"type": "shell",
"options": {"statusbar": {"label": "$(combine) Assemble Mod (B41 ONLY)"}},
"command": "python ${config:zomboid_user_folder}/PaosCrap/make_workshop_pack_b41.py \"picch\" \"${workspaceFolderBasename}\"",
},
{
"label": "Create Workshop folder",
"type": "shell",