Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Fix linux --add-binary syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
DotBow committed Oct 4, 2021
1 parent 96e33d4 commit 9837550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ PYTHONOPTIMIZE=2 pyinstaller \
--noupx \
--onefile \
--name="Blender Launcher" \
--add-binary="source\resources\certificates\custom.pem;files" ^
--add-binary="source/resources/certificates/custom.pem:files" \
source/main.py
2 changes: 1 addition & 1 deletion build_linux_debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ PYTHONOPTIMIZE=2 pyinstaller \
--onefile \
--debug=all \
--name="Blender Launcher" \
--add-binary="source\resources\certificates\custom.pem;files" ^
--add-binary="source/resources/certificates/custom.pem:files" \
source/main.py

0 comments on commit 9837550

Please sign in to comment.