Update to 7.5

This commit is contained in:
Daniel Berteaud 2019-07-02 10:29:01 +02:00
parent a8e7bbbad4
commit 17d69b8fcf
4 changed files with 6 additions and 5 deletions

BIN
AppleApplicationSupport.msi (Stored with Git LFS)

Binary file not shown.

BIN
AppleApplicationSupport64.msi (Stored with Git LFS)

Binary file not shown.

View File

@ -1,5 +1,5 @@
package : fws-apple-application-support
version : 7.4-2
version : 7.5-2
architecture : all
section : base
priority : optional

View File

@ -31,6 +31,7 @@ def update_package():
os.rename(makepath('temp','32','AppleApplicationSupport.msi'),'AppleApplicationSupport.msi')
os.rename(makepath('temp','64','AppleApplicationSupport64.msi'),'AppleApplicationSupport64.msi')
pe.version = version + '-0'
pe.maturity = 'PREPROD'
pe.save_control_to_wapt('.')
print('Removing temp files')
remove_tree('temp')