initial commit

This commit is contained in:
Kevin Guerineau
2019-08-29 19:59:43 +02:00
parent 8992abf3ad
commit 6ca86872c0
3 changed files with 347 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# -*- coding: utf-8 -*-
from setuphelpers import *
uninstallkey = []
def install():
print('installing kg-typora')
install_exe_if_needed("typora-setup-x64.exe",'/VERYSILENT /SUPPRESSMSGBOXES /NORESTART',key='',min_version='0.9.75')
typora_location = makepath(programfiles64,'Typora','typora.exe')
create_desktop_shortcut('Typora',typora_location)
def uninstall():
remove_desktop_shortcut('Typora')