Skip to content

Commit

Permalink
fix: fixed Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Oct 8, 2023
1 parent 8c3c524 commit f95441d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ else
endif

# Signed release APK
dist/aw-android.apk: $(APKDIR)/$(RELEASE_TYPE)/mobile-$(RELEASE_TYPE)-unsigned.apk
dist/aw-android.apk: $(APKDIR)/$(RELEASE_TYPE)/mobile-$(RELEASE_TYPE)%.apk
mkdir -p dist
@# Only sign if we have key secrets set ($JKS_KEYPASS and $JKS_STOREPASS)
ifneq ($(HAS_SECRETS), true)
Expand Down

0 comments on commit f95441d

Please sign in to comment.