Skip to content

Commit 1195950

Browse files
committed
chore: added bundle_identifier and version application to main.spec file
1 parent 882fde1 commit 1195950

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ app = BUNDLE(
4141
exe,
4242
name='Alexs_SpeedTest.app',
4343
icon='speedtest.icns',
44-
bundle_identifier=None,
44+
bundle_identifier='org.AlexTkDev.speedtest',
45+
version='1.1.1',
4546
)

0 commit comments

Comments
 (0)