File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 3232 tar --strip-components=1 -xvzf v5.0.1.tar.gz sm-json-5.0.1/addons/sourcemod/scripting/include
3333 wget https://github.com/hermansimensen/eventqueue-fix/archive/refs/heads/main.tar.gz
3434 tar --strip-components=1 -xvzf main.tar.gz -C addons/sourcemod
35- rm -rf *.zip *.tar.gz addons/sourcemod/.git* addons/sourcemod/LICENSE
35+ wget https://github.com/nosoop/SMExt-SourceScramble/releases/download/0.7.1.4/package.tar.gz
36+ tar --strip-components=1 -xvzf package.tar.gz
37+ wget https://github.com/nosoop/SMExt-SourceScramble/releases/download/0.7.1.4/package.zip
38+ unzip package.zip "addons/sourcemod/scripting/extensions/*"
39+ wget https://github.com/FortyTwoFortyTwo/VScript/archive/refs/tags/1.10.0.90.tar.gz
40+ tar --strip-components=1 -xvzf 1.10.0.90.tar.gz
41+ rm -rf *.zip *.tar.gz addons/sourcemod/.git* addons/sourcemod/LICENSE scripts
3642
3743 - name : Run compiler
3844 shell : bash
You can’t perform that action at this time.
0 commit comments