We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f5a28 commit 7e1fbd1Copy full SHA for 7e1fbd1
.github/workflows/create-release.yml
@@ -83,6 +83,7 @@ jobs:
83
Start-Process -WindowStyle Hidden ".\MPQEditor.exe" -Wait -ArgumentList "extract `"$mapPath`" MapScript.galaxy"
84
(Get-Content .\MapScript.galaxy) -replace 'include "TriggerLibs/SupportLib"', "$&`ninclude `"LibTryMeMode`"" | Set-Content .\MapScript.galaxy
85
(Get-Content .\MapScript.galaxy) -replace "libSprt_InitLib\(\);$", "$&`n libTRYM_InitLib();" | Set-Content .\MapScript.galaxy
86
+ (Get-Content .\MapScript.galaxy) -replace "libStEx_InitLib\(\);$", "\/\/libStEx_InitLib\(\);" | Set-Content .\MapScript.galaxy
87
PrepareInsertIntoMPQ "MapScript.galaxy" $mapPath
88
ExecuteInsertIntoMPQ
89
Remove-Item "./MapScript.galaxy" -Force -Confirm:$false
0 commit comments