Skip to content

Commit

Permalink
Fix3
Browse files Browse the repository at this point in the history
  • Loading branch information
gkeep committed Jun 28, 2024
1 parent 7a47ad7 commit ac9a9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ deps:
qt6-base-dev qt6-wayland-dev qt6-wayland-dev-tools \
libgtk-3-common libgtk-3-dev libgtk-4-common libgtk-4-dev libstdc++6

python3 -m pip install -r requirements.txt --break-system-packages
python3 -m pip install -r requirements.txt

build_linux:
pyinstaller --onefile src/main.py --name script_creator_$(version).bin
Expand Down

0 comments on commit ac9a9e7

Please sign in to comment.