diff --git a/AppleApplicationSupport.msi b/AppleApplicationSupport.msi index b4d0af9..f91e00a 100644 --- a/AppleApplicationSupport.msi +++ b/AppleApplicationSupport.msi @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:133a909e4c16ba8250be68cf13ab87a7fb17d68226cdf89cd28b3e9fca4d3ed2 -size 48705536 +oid sha256:d19d8f73130cda1e753193185ab8d034fbbd340318b2b8a3dd80dd5e298e8824 +size 48852992 diff --git a/AppleApplicationSupport64.msi b/AppleApplicationSupport64.msi index 4a786af..fb17909 100644 --- a/AppleApplicationSupport64.msi +++ b/AppleApplicationSupport64.msi @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b52a8a4818b035ca1dfc89decc08898183d74070be0f7db2629eefa7d53939df -size 54071296 +oid sha256:ced76af91422d5ef772c237488703ece4b1f82992f5fb186b317751dde7c63c6 +size 54231040 diff --git a/WAPT/control b/WAPT/control index d73babd..fe351b8 100644 --- a/WAPT/control +++ b/WAPT/control @@ -1,5 +1,5 @@ package : fws-apple-application-support -version : 7.4-2 +version : 7.5-2 architecture : all section : base priority : optional diff --git a/setup.py b/setup.py index d05f82c..fc3ee89 100644 --- a/setup.py +++ b/setup.py @@ -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') \ No newline at end of file