Skip to content

Commit b63f9e0

Browse files
Merge pull request #5 from Phoenix1747/Phoenix1747-patch-1
Version 1.7.5
2 parents 7325f18 + 55d8eaa commit b63f9e0

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog:
22

3+
v.1.7.5 (17 December 2017)
4+
* Fixed updater bug: not removing downloaded files after installing an update.
5+
36
v.1.7.4 (15 December 2017)
47
* Fixed many linguistic mistakes and sentences that did not make any sense.
58
* Small text changes at some prompts.

installer/fsp-installer.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ SET @proc='WinDbg.exe','idaq.exe','wireshark.exe','vmacthlp.exe','VBoxService.ex
1818
:: Title and Version code
1919
TITLE Fake Sandbox Processes Installer
2020
COLOR 0F
21-
SET @v=1.7.4
21+
SET @v=1.7.5
2222
SET path=%~dp0
2323

2424
:: Just some nice user interface things
@@ -154,8 +154,8 @@ echo Thanks for using this program! :)
154154
echo.
155155
echo Press any key to exit...
156156
pause>NUL
157-
if not exist %appdata%\FakeSandboxProcesses\updateinprogress.txt exit
158-
exit /B
157+
if exist %appdata%\FakeSandboxProcesses\updateinprogress.txt (exit /b)
158+
exit
159159

160160
:: Look for any errors at removal
161161
:DoneUninstall
@@ -206,4 +206,4 @@ echo ^>^> Bad usage. You have to use one of the available arguments.
206206
echo.
207207
echo Press any key to restart...
208208
pause>NUL
209-
goto start
209+
goto start

updater/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.4
1+
1.7.5

0 commit comments

Comments
 (0)