mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-02-01 07:39:10 +00:00
build: update macos bundle identifier and version
Update bundle to use `com.companyname.appname` reverse-domain structure
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user