From c4f4bba5e024049ff5743588ee8ea319376af961 Mon Sep 17 00:00:00 2001 From: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com> Date: Mon, 6 Jan 2025 11:44:18 -0800 Subject: [PATCH] build: update macos bundle identifier and version Update bundle to use `com.companyname.appname` reverse-domain structure --- tagstudio.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tagstudio.spec b/tagstudio.spec index 9224d01f..42fa86da 100644 --- a/tagstudio.spec +++ b/tagstudio.spec @@ -77,8 +77,8 @@ app = BUNDLE( exe if coll is None else coll, name='TagStudio.app', icon=icon, - bundle_identifier='com.github.tagstudiodev', - version='0.0.0', + bundle_identifier='com.cyanvoxel.tagstudio', + version='9.5.0', info_plist={ 'NSAppleScriptEnabled': False, 'NSPrincipalClass': 'NSApplication',