From 5b8ef526fb11d16a3d48dad91d5e9401302bae0b Mon Sep 17 00:00:00 2001 From: Joey de l'Arago Date: Fri, 13 Jan 2023 15:45:27 +0100 Subject: [PATCH] =?UTF-8?q?Use=20bundle=20identifier=20including=20version?= =?UTF-8?q?.=20This=20stops=20the=20installer=20from=20overwriting=20previ?= =?UTF-8?q?ous=20installs.=20This=20is=20circumventing=20the=20intent=20of?= =?UTF-8?q?=20the=20pkg,=20it=20should=20always=20upgrade/update=20never?= =?UTF-8?q?=20double=20install.=20It=20will=20work=20though=20=F0=9F=A4=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CURA-6867 --- UltiMaker-Cura.spec.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UltiMaker-Cura.spec.jinja b/UltiMaker-Cura.spec.jinja index 23ac916c42..4251a5c461 100644 --- a/UltiMaker-Cura.spec.jinja +++ b/UltiMaker-Cura.spec.jinja @@ -255,7 +255,7 @@ app = UMBUNDLE( coll, name='{{ display_name }}.app'.replace(" ", "-"), icon={{ icon }}, - bundle_identifier={{ osx_bundle_identifier }}, + bundle_identifier={{ osx_bundle_identifier }} + _ + {{ version }}, version={{ version }}, info_plist={ 'CFBundleDisplayName': '{{ display_name }}',