Skip to content

Commit 1bcc3a7

Browse files
committed
Code signing
1 parent 84d3093 commit 1bcc3a7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,5 @@ On Linux, MassiveMacro requires `xsel` to be
8080
installed:
8181

8282
$ sudo apt install xsel
83+
84+
Additionally, MassiveMacro is built against glibc 2.23, which means it needs glibc 2.23 or higher.

macos/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ mv dist/MassiveMacro.app bin
1515
rm bin/MassiveMacro.zip
1616
zip -r bin/MassiveMacro.zip bin/MassiveMacro.app/*
1717

18-
rm -rf build dist
18+
rm -rf build dist Info.plist

massivemacro_pyinstaller.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@ app = BUNDLE(
4343
exe,
4444
name="MassiveMacro.app",
4545
icon="macos/icon.icns",
46-
bundle_identifier="com.therandomlabs.massivemacro"
46+
bundle_identifier="com.therandomlabs.massivemacro",
47+
info_plist={
48+
"CFBundleName": "MassiveMacro"
49+
}
4750
)

0 commit comments

Comments
 (0)