We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0e4d4 commit dfb25e0Copy full SHA for dfb25e0
build.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# compiling
4
-pyinstaller --onefile src/main.py
+python -m pyinstaller --onefile src/main.py
5
6
# renaming to touchexec and moving to main directory
7
mv dist/main ./touchexec
0 commit comments