wapt-apple-application-support/setup.py

9 lines
251 B
Python
Raw Normal View History

2018-12-05 22:54:39 +01:00
# -*- coding: utf-8 -*-
from setuphelpers import *
uninstallkey = []
def install():
print('Installing Apple Application Support')
2018-12-06 11:42:15 +01:00
install_msi_if_needed('AppleApplicationSupport64.msi' if iswin64() else 'AppleApplicationSupport.msi')