Update to 12.9.5.7

This commit is contained in:
Daniel Berteaud 2019-07-02 10:28:09 +02:00
parent 2343f2a33a
commit d8937bf7f7
4 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,5 @@
package : fws-itunes
version : 12.9.4.102-2
version : 12.9.5.7-2
architecture : all
section : base
priority : optional

BIN
iTunes.msi (Stored with Git LFS)

Binary file not shown.

BIN
iTunes64.msi (Stored with Git LFS)

Binary file not shown.

View File

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