Skip to content

Commit

Permalink
add build script
Browse files Browse the repository at this point in the history
  • Loading branch information
zaru committed Apr 5, 2020
1 parent d8b2e65 commit 412fe0b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,8 @@ fastlane/test_output
# https://github.com/johnno1962/injectionforxcode

iOSInjectionProject/


docs/updates/**/*.dmg
docs/updates/**/*.app
docs/updates/**/*.xml
Binary file added docs/updates/app/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions docs/updates/build_dmg.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/bin/bash

test -f menuffy.dmg && rm menuffy.dmg
test -f rw.menuffy.dmg && rm rw.menuffy.dmg
create-dmg \
--volname "menuffy" \
--background "./app/[email protected]" \
--window-pos 400 200 \
--window-size 400 400 \
--icon-size 128 \
--icon "menuffy.app" 50 190 \
--app-drop-link 240 190 \
--hide-extension "menuffy.app" \
"menuffy.dmg" \
"./app/"

0 comments on commit 412fe0b

Please sign in to comment.