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) \