This commit is contained in:
BarsTiger
2022-01-31 18:52:56 +02:00
parent d3a82cc44a
commit d71cbb8337
5 changed files with 54 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ import os
os.system("xcopy /s /Y dist\horsy.exe bin\horsy.exe*")
os.system("xcopy /s /Y dist\horsygui.exe bin\horsygui.exe*")
os.system("xcopy /s /Y dist\horsy_installer.exe bin\installer-horsy-win.exe*")
os.system("xcopy /s /Y dist\horsy_updater.exe bin\horsy_updater.exe*")
with open("web_vars/version", "r") as f_r:
version = f_r.readline()