Skip to content

Commit

Permalink
tf2classic: Fixrepair checkver (#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
filip2cz authored Jan 29, 2025
1 parent 7a886a3 commit 22148d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bucket/tf2classic.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"New-Item -ItemType SymbolicLink -Path 'C:\\Program Files (x86)\\Steam\\steamapps\\sourcemods\\tf2classic' -Target \"$dir\""
],
"checkver": {
"url": "https://tf2classic.com/history",
"regex": "([\\d.]+) Patch"
"url": "https://tf2classic.com/",
"regex": "Game v([\\d.]+)"
},
"pre_uninstall": [
"if ($cmd -eq \"uninstall\") { rm -r 'C:\\Program Files (x86)\\Steam\\steamapps\\sourcemods\\tf2classic' }"
Expand Down

0 comments on commit 22148d7

Please sign in to comment.