Skip to content

Commit 5788a7f

Browse files
fix: attempt no 2
1 parent aa8693d commit 5788a7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ arch_linux: main.c
1919
sudo pacman -S python-pipenv
2020
sudo pacman -S pyenv
2121
pipenv install --python 3.13
22+
pipenv install pyinstaller
2223
# Removed pipenv shell to prevent build interruption
2324
pipenv run pip3 install -r requirements.txt
24-
pipenv run PyInstaller --onefile --name search search.py
25+
pipenv run pyinstaller --onefile --name search search.py
2526
sudo mv "dist/search" "/usr/local/bin"
2627

2728
#to remove the binaries, use this

0 commit comments

Comments
 (0)