Skip to content

Commit f37ae2d

Browse files
committed
add more constants
1 parent 5f02ff8 commit f37ae2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

OCLP-R-GUI.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ from oclp_r import constants
1818
block_cipher = None
1919

2020
datas = [
21+
('payloads/Icon/AppIcons/Assets.car', '.')
2122
('payloads.dmg', '.'),
2223
('Universal-Binaries.dmg', '.'),
2324
]
@@ -82,6 +83,6 @@ app = BUNDLE(coll,
8283
"Build Date": time.strftime("%Y-%m-%d %H:%M:%S", time.localtime()),
8384
"BuildMachineOSBuild": subprocess.run(["/usr/bin/sw_vers", "-buildVersion"], stdout=subprocess.PIPE, stderr=subprocess.STDOUT).stdout.decode().strip(),
8485
"NSPrincipalClass": "NSApplication",
85-
"CFBundleIconName": "oclp",
86+
"CFBundleIconName": "oclp-r",
8687
})
8788

0 commit comments

Comments
 (0)