Skip to content

Commit dfb25e0

Browse files
authored
pyinstaller no longer needs to be added to PATH
1 parent cf0e4d4 commit dfb25e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# compiling
4-
pyinstaller --onefile src/main.py
4+
python -m pyinstaller --onefile src/main.py
55

66
# renaming to touchexec and moving to main directory
77
mv dist/main ./touchexec

0 commit comments

Comments
 (0)