tup: add new .idsig file to apksigner extra_outputs;

This commit is contained in:
bjorn 2021-04-08 16:33:28 -06:00
parent d2a9e230bf
commit 171ca01d1f
1 changed files with 1 additions and 1 deletions

View File

@ -94,5 +94,5 @@ ifeq ($(PLATFORM),android)
# align n sign
: bin/.lovr.unaligned.apk |> !zipalign |> bin/.lovr.unsigned.apk
: bin/.lovr.unsigned.apk |> !apksigner |> bin/lovr.apk
: bin/.lovr.unsigned.apk |> !apksigner |> bin/lovr.apk | bin/lovr.apk.idsig
endif