Skip to content

Commit

Permalink
make more similar to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Feb 12, 2025
1 parent 952b607 commit b072196
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ __pycache__
build/
dist/
main.spec
.venv/
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ if ! command -v $SUDO; then
SUDO=""
fi

python_version=$(python3 -c 'import sys; print(".".join(map(str, sys.version_info[:2])))')

if command -v apt-get; then
$SUDO apt-get -y install python3-venv
if dpkg -l python3-venv; then
Expand Down
File renamed without changes.

0 comments on commit b072196

Please sign in to comment.