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 d58ed62 commit 68062a5Copy full SHA for 68062a5
Makefile
@@ -21,7 +21,7 @@ arch_linux: main.c
21
pipenv install --python 3.13
22
pipenv shell
23
pip3 install -r requirements.txt
24
- PyInstaller search.py --onefile
+ PyInstaller --onefile --name search search.py
25
sudo mv "dist/search" "/usr/local/bin"
26
27
#to remove the binaries, use this
0 commit comments