File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ rm -rf bin/MassiveMacro.app
1313mv dist/massivemacro bin/massivemacro_macos
1414mv dist/MassiveMacro.app bin
1515
16+ platypus -P bin/MassiveMacro.platypus bin/MassiveMacro.app -y
17+
1618codesign -s " MassiveMacro" bin/MassiveMacro.app
1719
1820sh bin/platypus.sh
You can’t perform that action at this time.
0 commit comments