mirror of
https://github.com/heebijeebi/WinTango-Patcher.git
synced 2024-06-22 05:21:56 +02:00
Changelog
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user