Skip to content

Commit 94da517

Browse files
committed
More Mac attempts
1 parent a01c2b7 commit 94da517

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,8 @@ the `.app` file being added to the bundled files and the script written as such:
6868
./MassiveMacro.app/Contents/MacOS/massivemacro
6969
```
7070

71-
If there is a script called `bin/platypus.sh`, it is executed when `macos/build.sh` is run.
72-
`bin/platypus.sh` might be written like so:
73-
74-
```bash
75-
#!/bin/sh
76-
platypus -P MassiveMacro.platypus ~/Desktop/MassiveMacro/bin/MassiveMacro.app -y
77-
codesign -s "MassiveMacro" bin/MassiveMacro.app
78-
```
71+
If there is a Platypus profile at `bin/MassiveMacro.platypus`, it is automatically executed when
72+
`macos/build.sh` is run.
7973

8074
## Usage
8175

macos/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ rm -rf bin/MassiveMacro.app
1313
mv dist/massivemacro bin/massivemacro_macos
1414
mv dist/MassiveMacro.app bin
1515

16+
platypus -P bin/MassiveMacro.platypus bin/MassiveMacro.app -y
17+
1618
codesign -s "MassiveMacro" bin/MassiveMacro.app
1719

1820
sh bin/platypus.sh

0 commit comments

Comments
 (0)