chore: changes to structure
This commit is contained in:
@@ -0,0 +1 @@
|
||||
/media
|
||||
Vendored
+6
@@ -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",
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
mklink /J "../common/media" "../media"
|
||||
Reference in New Issue
Block a user