Remove potential old leftover before moving the app bundle
Change-Id: I7f0a8ae184a2f3d8a4476415b56df4ad8e4e342f (cherry picked from commit 53c396c7008b807cffcc501171520b28c3f2ad24)
This commit is contained in:
committed by
Andras Timar
parent
8c25e92bb9
commit
ca3e8b0299
@@ -337,6 +337,7 @@ endif
|
|||||||
|
|
||||||
mac-app-store-package: test-install
|
mac-app-store-package: test-install
|
||||||
ifneq ($(MACOSX_PACKAGE_SIGNING_IDENTITY),)
|
ifneq ($(MACOSX_PACKAGE_SIGNING_IDENTITY),)
|
||||||
|
rm -rf "$(MACOSX_APP_NAME).app"
|
||||||
mv "$(TESTINSTALLDIR)/$(PRODUCTNAME).app" "$(MACOSX_APP_NAME).app"
|
mv "$(TESTINSTALLDIR)/$(PRODUCTNAME).app" "$(MACOSX_APP_NAME).app"
|
||||||
productbuild --component "$(MACOSX_APP_NAME).app" /Applications --sign $(MACOSX_PACKAGE_SIGNING_IDENTITY) $(shell echo "$(MACOSX_APP_NAME)" | tr ' ' '-').pkg
|
productbuild --component "$(MACOSX_APP_NAME).app" /Applications --sign $(MACOSX_PACKAGE_SIGNING_IDENTITY) $(shell echo "$(MACOSX_APP_NAME)" | tr ' ' '-').pkg
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user