File tree Expand file tree Collapse file tree
build/definitions/modulemanifest
src/Compile-SourceScript/Public Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 Author = ' Starters Clan'
1111 CompanyName = ' Starters Clan'
1212 Copyright = ' (c) 2019 Starters Clan'
13- Description = ' A wrapper for compiling SourceMod (.sp) and AMX Mod X (.sma) plugin source files for Source / GoldSource games.'
13+ Description = ' A wrapper for compiling SourceMod (.sp) and AMX Mod X (.sma) plugin source files for Source / Goldsource games.'
1414 PowerShellVersion = ' 4.0'
1515 # PowerShellHostName = ''
1616 # PowerShellHostVersion = ''
Original file line number Diff line number Diff line change 11function Compile-SourceScript {
22 <#
33 . SYNOPSIS
4- A wrapper for compiling SourceMod (.sp) and AMX Mod X (.sma) plugin source files for Source / GoldSource games.
4+ A wrapper for compiling SourceMod (.sp) and AMX Mod X (.sma) plugin source files for Source / Goldsource games.
55
66 . DESCRIPTION
77 Specified plugins are compiled and subsequently copied into the mod's plugins directory if found to be new or have been changed.
@@ -165,7 +165,7 @@ function Compile-SourceScript {
165165 " `n No changes to plugins were found. No operations were performed." | Write-Host - ForegroundColor Magenta
166166 return
167167
168- }else {
168+ }else {
169169 # List successfully compiled plugins
170170 " `n Newly compiled plugins:" | Write-Host - ForegroundColor Cyan
171171 $compiledDirItemsDiff | % {
You can’t perform that action at this time.
0 commit comments