Skip to content
Snippets Groups Projects
Commit cd225651 authored by Wumbo's avatar Wumbo
Browse files

Remove multiple instances check (handled by FSP now)

parent d39526fc
Branches
No related merge requests found
......@@ -6,12 +6,6 @@ powershell -executionpolicy bypass -File "Fonts\Install-Font.ps1" "Fonts\ASAP We
FlashpointSecurePlayer netscape "%~1"
IF %ERRORLEVEL% EQU -2 (
ECHO MsgBox "You cannot run multiple instances of Flashpoint Secure Player. Please close other Flashpoint games and animations that are open." > %TMP%\TMP.VBS
WSCRIPT /nologo %TMP%\TMP.VBS
DEL %TMP%\TMP.VBS
)
REM Uninstall fonts
powershell -executionpolicy bypass -File "Fonts\Uninstall-Font.ps1" "Fonts\ASAP Webshow\ASAPGLF.TTF"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment