Skip to content

Commit

Permalink
Add missing function create_version_file to install
Browse files Browse the repository at this point in the history
  • Loading branch information
eloravpn committed Dec 13, 2024
1 parent 9fec129 commit 3a4726d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ jobs:
static/ \
pyqrcode/ \
main.py \
version.py \
.env.example \
alembic.ini \
requirements.txt \
Expand Down
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ main() {
# Download and extract latest release
check_download_tools
download_latest_release
create_version_file

# Setup virtual environment first
setup_virtualenv
Expand Down

0 comments on commit 3a4726d

Please sign in to comment.