From a20727d29d7ebba14c7b09f867ec5301645941cf Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 9 Jan 2020 02:02:40 +0300 Subject: [PATCH] make notes.... Signed-off-by: Alex A. Naanou --- ui (gen4)/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui (gen4)/Makefile b/ui (gen4)/Makefile index e9e9eec4..8215273c 100755 --- a/ui (gen4)/Makefile +++ b/ui (gen4)/Makefile @@ -689,6 +689,9 @@ $(BUILD_DIR)/$(APP_NAME)-%/: $(TARGET_DIR)/$(ELECTRON_DIST) \ # modify the archive in place... # XXX need to take nw version part into account... # XXX update macos package settings... +# there are two ways to go with this: +# - manually update and maintain bot Info.plist files +# - update the existing ones programmatically # XXX need to setup app icons... # XXX either keep in sync with the repack version or abstract the actions... $(BUILD_DIR)/$(APP_NAME)-%.in-place.zip: $(TARGET_DIR)/$(ELECTRON_DIST) \