Skip to content

Commit 68062a5

Browse files
Update Makefile
1 parent d58ed62 commit 68062a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ arch_linux: main.c
2121
pipenv install --python 3.13
2222
pipenv shell
2323
pip3 install -r requirements.txt
24-
PyInstaller search.py --onefile
24+
PyInstaller --onefile --name search search.py
2525
sudo mv "dist/search" "/usr/local/bin"
2626

2727
#to remove the binaries, use this

0 commit comments

Comments
 (0)