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 aa8693d commit 5788a7fCopy full SHA for 5788a7f
Makefile
@@ -19,9 +19,10 @@ arch_linux: main.c
19
sudo pacman -S python-pipenv
20
sudo pacman -S pyenv
21
pipenv install --python 3.13
22
+ pipenv install pyinstaller
23
# Removed pipenv shell to prevent build interruption
24
pipenv run pip3 install -r requirements.txt
- pipenv run PyInstaller --onefile --name search search.py
25
+ pipenv run pyinstaller --onefile --name search search.py
26
sudo mv "dist/search" "/usr/local/bin"
27
28
#to remove the binaries, use this
0 commit comments