1
0
mirror of https://github.com/heebijeebi/WinTango-Patcher.git synced 2024-06-22 05:21:56 +02:00

Changelog

This commit is contained in:
heebijeebi
2017-05-17 13:25:34 +02:00
parent ca1281111c
commit 36147c9fdc
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,6 +1,7 @@
# Folders
_Archiv
_WIP
WinTango-Patcher-LATEST-offline.7z
WinTango-Patcher-LATEST-offline.exe
WinTango-Patcher-LATEST.7z
WinTango-Patcher-LATEST.exe

View File

@@ -1,10 +1,13 @@
Changelog:
------------
17.04.XX:
17.05.XX:
- Update: Automatic cleanup of old files in Patcher folder to save space on your harddisk
- Update: Firefox/Thunderbird Themes
- Fix: Patcher not recognizing Dropbox correctly
- Update: Some minor improvements to the elementary VS for Windows 7
- Update: Several icons updated
- Fix: MPC filetype icons correction
- New: Support for FreeFileSync
16.12.24:
- Update: elementary icon theme

View File

@@ -48,7 +48,7 @@ xcopy "%CURRDIR%\project\Themes" "%tmpDir%\Themes" /S /Y
.\project\_Sfx\7z a -mx9 "%FILENAME%-offline.7z" "%tmpDir%\*"
copy /b ".\project\_Sfx\7zsd_All.sfx" + ".\project\_Sfx\7zSfxCode.txt" + "%FILENAME%-offline.7z" "%FILENAME%-offline.exe"
.\project\_Sfx\upx\upx --best "%FILENAME%-offline.exe"
del "%FILENAME%-offline.7z"
::del "%FILENAME%-offline.7z"
:cleanup