Skip to content

Commit

Permalink
publish v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Feb 8, 2022
1 parent 34b814d commit bc913cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ lnurlpos.tar.gz: pubspec.yaml $(shell find lib/)
cd build/linux/x64/release/ && \
mv bundle lnurlpos && \
tar -cvf lnurlpos.tar.gz lnurlpos
mv build/linux/x64/release/lnurlpos ./lnurlpos.tar.gz
mv build/linux/x64/release/lnurlpos ./lnurlpos
tar -cvf lnurlpos.tar.gz lnurlpos

lnurlpos.apk: pubspec.yaml $(shell find lib/)
flutter build apk --release --build-number 1 --split-debug-info=v1.0.0 --build-name=1.0.0
flutter build apk --release --build-number 1 --split-debug-info=v2.0.0 --build-name=1.0.0
mv build/app/outputs/flutter-apk/app-release.apk ./lnurlpos.apk

0 comments on commit bc913cf

Please sign in to comment.