Update makefile

This commit is contained in:
Mark Qvist 2022-10-04 00:48:06 +02:00
parent e62a8f1d9a
commit 8681bdccf1
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ apk:
mkdir -p ./dist
fetchapk:
cp "./sbapp/bin/sideband-*-release.apk" ./dist/
cp ./sbapp/bin/sideband-*-release.apk ./dist/
install:
make -C sbapp install
@ -31,7 +31,7 @@ preparewheel:
build_wheel:
python3 setup.py sdist bdist_wheel
release: build_wheel apk
release: build_wheel apk fetchapk
upload:
@echo Ready to publish release, hit enter to continue