mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-2036 App | Tech | Script for downloading custom MW builds (#800)
This commit is contained in:
parent
f965e4aed3
commit
c0a76ad36e
2 changed files with 61 additions and 1 deletions
8
Makefile
8
Makefile
|
@ -34,8 +34,14 @@ setup_local_mw:
|
|||
download_mw_artefacts:
|
||||
./scripts/mw/update-mw.sh
|
||||
|
||||
download_mw_artefacts_custom:
|
||||
./scripts/mw/update-mw-custom.sh
|
||||
|
||||
normalize_mw_imports:
|
||||
./scripts/mw/normalize-imports.sh
|
||||
|
||||
# Update mw when new release is ready
|
||||
update_mw: download_mw_artefacts normalize_mw_imports
|
||||
update_mw: download_mw_artefacts normalize_mw_imports
|
||||
|
||||
# Update mw from custom build (download only library, you have to update your proto files manually)
|
||||
update_mw_custom: download_mw_artefacts_custom
|
Loading…
Add table
Add a link
Reference in a new issue