Skip to content

Commit

Permalink
update build_apk.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SoulMelody committed Dec 30, 2024
1 parent 6b0eea4 commit 732e909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/build_apk.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export LIBRESVIP_VERSION=`python -c 'import libresvip;print(libresvip.__version__)'`
export FLET_VERSION=`python -c 'import flet;print(flet.version.version)'`
export LIBRESVIP_VERSION=`uv run python -c 'import libresvip;print(libresvip.__version__)'`
export FLET_VERSION=`uv run python -c 'import flet;print(flet.version.version)'`
cp ../libresvip/mobile/__main__.py main.py
rm requirements.txt
uv run flet build apk \
Expand Down

0 comments on commit 732e909

Please sign in to comment.