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 6d46b1c commit d174f9eCopy full SHA for d174f9e
installer/fsp-installer.bat
@@ -154,7 +154,7 @@ echo Thanks for using this program! :)
154
echo.
155
echo Press any key to exit...
156
pause>NUL
157
-+if not exist %appdata%\FakeSandboxProcesses\updateinprogress.txt (exit)
+if not exist %appdata%\FakeSandboxProcesses\updateinprogress.txt (exit)
158
del %appdata%\FakeSandboxProcesses\updateinprogress.txt
159
del %appdata%\FakeSandboxProcesses\fsp-installer_update.bat
160
exit
0 commit comments