Skip to content

Commit

Permalink
feat: add workshop uploader to p2ce config
Browse files Browse the repository at this point in the history
  • Loading branch information
craftablescience committed Jun 15, 2024
1 parent 43b65e9 commit 8095830
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions res/config/440000.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@
"name": "VTFView",
"type": "command",
"action": "${ROOT}/bin/${PLATFORM}/vtfview"
},
{
"name": "Workshop Uploader",
"type": "command",
"action": "${ROOT}/bin/${PLATFORM}/workshopgui",
"arguments": ["-game", "p2ce"]
}
]
},
Expand Down

0 comments on commit 8095830

Please sign in to comment.