mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-26 00:05:37 -04:00
Update makefile
This commit is contained in:
parent
e62a8f1d9a
commit
8681bdccf1
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -6,7 +6,7 @@ apk:
|
||||||
mkdir -p ./dist
|
mkdir -p ./dist
|
||||||
|
|
||||||
fetchapk:
|
fetchapk:
|
||||||
cp "./sbapp/bin/sideband-*-release.apk" ./dist/
|
cp ./sbapp/bin/sideband-*-release.apk ./dist/
|
||||||
|
|
||||||
install:
|
install:
|
||||||
make -C sbapp install
|
make -C sbapp install
|
||||||
|
@ -31,7 +31,7 @@ preparewheel:
|
||||||
build_wheel:
|
build_wheel:
|
||||||
python3 setup.py sdist bdist_wheel
|
python3 setup.py sdist bdist_wheel
|
||||||
|
|
||||||
release: build_wheel apk
|
release: build_wheel apk fetchapk
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
@echo Ready to publish release, hit enter to continue
|
@echo Ready to publish release, hit enter to continue
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue