Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
mickoissicko committed Jan 26, 2024
1 parent 8aff84d commit 7835929
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ def setup_dependencies_win():
clear_screen()
choice = input("\nDo you have the dependencies set up already? [y/n] ")
if choice.lower() == 'n':
os.chdir('windows/')
os.system('setup/')
os.chdir('windows/setup')
batch_script_path = 'windows/setup/prerequisites.bat'
subprocess.run([batch_script_path], shell=True)

Expand Down

0 comments on commit 7835929

Please sign in to comment.