New scrollbar + developing versions and autoupdates

This commit is contained in:
BarsTiger
2022-04-26 09:07:52 +03:00
parent b019b46411
commit 8c3589baae
5 changed files with 144 additions and 10 deletions

View File

@@ -76,7 +76,7 @@ def install(package):
# Create launch script
print(f"Generating launch script")
with open('{1}apps\{0}.bat'.format(r['name'], horsy_vars.horsypath), 'w') as f:
with open('{1}apps\{0}.bat'.format(r['name'], horsy_vars.horsypath), 'w+') as f:
f.write(f"@ECHO off\n")
f.write(f"""{r['run'].replace('$appdir$', f'%horsypath%/apps/{r["name"]}')} %*\n""")