Skip to content

Commit

Permalink
Merge pull request #5 from NanashiTheNameless/patch-2
Browse files Browse the repository at this point in the history
Update and rename build.sh to fix build.sh to reflect old locations
  • Loading branch information
Steamopollys committed Feb 25, 2024
2 parents bc5f4c6 + fa17570 commit ce468c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
cd "$(dirname "$0")"

# Run PyInstaller
nuitka3 --static-libpython=no --standalone --onefile --include-data-dir=core=./core --include-data-dir=debug=./debug --include-data-dir=loader=./loader steamodded_injector.py
nuitka3 --static-libpython=no --standalone --onefile --include-data-dir=core=../core --include-data-dir=debug=../debug --include-data-dir=loader=../loader steamodded_injector.py

0 comments on commit ce468c2

Please sign in to comment.