From 36147c9fdcfc4a6d15a4b6a61f4eea50f34ce50c Mon Sep 17 00:00:00 2001 From: heebijeebi Date: Wed, 17 May 2017 13:25:34 +0200 Subject: [PATCH] Changelog --- .gitignore | 1 + Changelog.txt | 5 ++++- _Build AiO Installer.cmd | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cd36e39..a1a6c18 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/Changelog.txt b/Changelog.txt index b2a1e47..0991c7c 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -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 diff --git a/_Build AiO Installer.cmd b/_Build AiO Installer.cmd index 9be533f..518074e 100644 --- a/_Build AiO Installer.cmd +++ b/_Build AiO Installer.cmd @@ -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