Skip to content

Commit

Permalink
Another fix i think this works
Browse files Browse the repository at this point in the history
  • Loading branch information
itzCozi authored Jun 13, 2023
1 parent 072c096 commit d67fe24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data/safeguard-files/prechecks.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ def preRun():
# Developers cover your eyes!
if not os.path.exists(Files.tronPath):
install('http://www.bmrf.org/repos/tron/Tron%20v12.0.5%20(2023-02-02).exe', Files.tronPathFolder, 'Tron v12.0.5 (2023-02-02).exe')
os.system(f'cd {Files.tronPathFolder}')
os.system(f'{Files.tronPathFolder}/Tron v12.0.5 (2023-02-02).exe')
os.system(f'cd {Files.tronPathFolder} ; start {Files.tronPathFolder}/Tron v12.0.5 (2023-02-02).exe')
with open(Files.logFile, 'a') as f:
f.write(f'Program file [{Files.tronPath}] !REDOWNLOADED! - AT: {globals.now}')
if globals.debug:
Expand Down

0 comments on commit d67fe24

Please sign in to comment.