Skip to content

Commit c8563fe

Browse files
authored
Update updater.inc path
Bitbucket has stopped supporting Mercurial repositories, making the [original repository](https://bitbucket.org/GoD_Tony/updater/) unavailable. More info: https://bitbucket.org/blog/sunsetting-mercurial-support-in-bitbucket
1 parent 97c5602 commit c8563fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install:
1414
- ps: Invoke-WebRequest "https://www.sourcemod.net/latest.php?version=$env:SOURCEMOD&os=windows" -OutFile "sourcemod-$env:SOURCEMOD-windows.zip"
1515
- ps: Expand-Archive -Path "sourcemod-$env:SOURCEMOD-windows.zip" -DestinationPath "game"
1616
- ps: cd game\addons\sourcemod\scripting\include\
17-
- ps: Invoke-WebRequest "https://bitbucket.org/GoD_Tony/updater/raw/53ebb3e27e5a43bc46dc52dc0de76ac2fb48cd9e/include/updater.inc" -OutFile "updater.inc"
17+
- ps: Invoke-WebRequest "https://raw.githubusercontent.com/sbpp/Updater-include-mirror/master/scripting/include/updater.inc" -OutFile "updater.inc"
1818
- ps: cd ..
1919

2020
build: off
@@ -38,4 +38,4 @@ artifacts:
3838
name: sourcebans-pp-zip
3939

4040
- path: sourcebans-pp.plugin-only.tar.gz
41-
name: sourcebans-pp-tar.gz
41+
name: sourcebans-pp-tar.gz

0 commit comments

Comments
 (0)