Skip to content

Commit

Permalink
compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Can202 committed Sep 27, 2021
1 parent cbca6e1 commit bbc67b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ cd $(dirname $0)
if [ -f "/bin/python3" ] && [ -f "/bin/pip3" ]
then
echo "Python3 and Pip3 installed"
rm -vrf export/*
mkdir -p export/
pip3 install pyinstaller pyqt5
pyinstaller --distpath export/ -F -n visual-idur src/init.py
else
Expand Down

0 comments on commit bbc67b9

Please sign in to comment.