wapt-apple-application-support/setup.py
2018-12-05 22:54:39 +01:00

12 lines
299 B
Python

# -*- coding: utf-8 -*-
from setuphelpers import *
uninstallkey = []
def install():
print('Installing Apple Application Support')
if iswin64():
install_msi_if_needed("AppleApplicationSupport64.msi")
else:
install_msi_if_needed("AppleApplicationSupport.msi")