File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,9 @@ build-aap:
110110.PHONY:
111111dist:
112112 mkdir -p $(DIST_DIR)
113- cp $(APP_BUILD_DIR)/Builds/Android/app/build/outputs/apk/debug_/debug/*.apk $(DIST_DIR)/$(APP_NAME)-debug.apk
114- cp $(APP_BUILD_DIR)/Builds/Android/app/build/outputs/bundle/release_Release/app-release_-release.aab $(DIST_DIR)/$(APP_NAME)-release.aab
113+ # either of those paths...
114+ cp $(APP_BUILD_DIR)/*/Android/app/build/outputs/apk/debug_/debug/*.apk $(APP_BUILD_DIR)/*/Android/app/build/outputs/apk/debug/*.apk $(DIST_DIR)/$(APP_NAME)-debug.apk
115+ cp $(APP_BUILD_DIR)/*/Android/app/build/outputs/bundle/release_Release/app-release_-release.aab $(APP_BUILD_DIR)/*/Android/app/build/outputs/bundle/*.aab $(DIST_DIR)/$(APP_NAME)-release.aab
115116
116117
117118.PHONY:
You can’t perform that action at this time.
0 commit comments