Update to 12.2.1.12

This commit is contained in:
Daniel Berteaud 2019-07-02 10:29:33 +02:00
parent 738fdc62ca
commit 6674e1e6b8
4 changed files with 6 additions and 5 deletions

BIN
AppleMobileDeviceSupport.msi (Stored with Git LFS)

Binary file not shown.

BIN
AppleMobileDeviceSupport64.msi (Stored with Git LFS)

Binary file not shown.

View File

@ -1,5 +1,5 @@
package : fws-apple-mobile-device-support
version : 12.2.0.15-2
version : 12.2.1.12-2
architecture : all
section : base
priority : optional

View File

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