Added plugin download to appveyor
This commit is contained in:
@@ -229,17 +229,17 @@ FunctionEnd
|
||||
!insertmacro Clean "un."
|
||||
|
||||
Section "Uninstall"
|
||||
${nsProcess::FindProcess} "OpenRa.Game.exe" $R0
|
||||
${nsProcess::FindProcess} "OpenRA.Game.exe" $R0
|
||||
IntCmp $R0 0 gameRunning
|
||||
${nsProcess::FindProcess} "OpenRa.exe" $R0
|
||||
${nsProcess::FindProcess} "OpenRA.exe" $R0
|
||||
IntCmp $R0 0 gameRunning
|
||||
${nsProcess::FindProcess} "OpenRa.Editor.exe" $R0
|
||||
${nsProcess::FindProcess} "OpenRA.Editor.exe" $R0
|
||||
IntCmp $R0 0 gameRunning
|
||||
${nsProcess::Unload}
|
||||
Call un.Clean
|
||||
Goto end
|
||||
gameRunning:
|
||||
MessageBox MB_OK|MB_ICONEXCLAMATION "OpenRa is running. Please close it first" /SD IDOK
|
||||
MessageBox MB_OK|MB_ICONEXCLAMATION "OpenRA is running. Please close it first" /SD IDOK
|
||||
abort
|
||||
end:
|
||||
SectionEnd
|
||||
|
||||
Reference in New Issue
Block a user