File tree Expand file tree Collapse file tree
module/Compile-SourceScript Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Compiles the SourceMod plugin source file 'plugin1.sp' with user confirmation fo
2020Compiles the AMX Mod X plugin source file 'plugin2.sma' without user confirmation for the game Counter-Strike 1.6.
2121
2222. LINK
23- https://github.com/theohbrothers/compile-sourcescript
23+ https://github.com/theohbrothers/Compile-SourceScript
2424#>
2525
2626param (
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Compiles the AMX Mod X plugin source file `plugin2.sma` *without* user confirmat
3939 "command" : " pwsh" ,
4040 "args" : [
4141 " -File" ,
42- " D:/Git/compile-sourcescript /Compile-SourceScript.ps1" ,
42+ " D:/Git/Compile-SourceScript /Compile-SourceScript.ps1" ,
4343 " -File" ,
4444 " ${file}" ,
4545 " -Force"
@@ -55,7 +55,7 @@ Compiles the AMX Mod X plugin source file `plugin2.sma` *without* user confirmat
5555 "command" : " powershell" ,
5656 "args" : [
5757 " -File" ,
58- " D:/Git/compile-sourcescript /Compile-SourceScript.ps1" ,
58+ " D:/Git/Compile-SourceScript /Compile-SourceScript.ps1" ,
5959 " -File" ,
6060 " ${file}" ,
6161 " -Force"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ function Compile-SourceScript {
2121 Compiles the AMX Mod X plugin source file 'plugin2.sma' without user confirmation for the game Counter-Strike 1.6.
2222
2323 . LINK
24- https://github.com/theohbrothers/compile-sourcescript
24+ https://github.com/theohbrothers/Compile-SourceScript
2525 #>
2626
2727 [CmdletBinding ()]
You can’t perform that action at this time.
0 commit comments