mirror of
https://github.com/liberatedsystems/Sideband_CE.git
synced 2024-09-03 04:13:27 +02:00
Update makefile
This commit is contained in:
parent
e62a8f1d9a
commit
8681bdccf1
4
Makefile
4
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user