Skip to content

Commit

Permalink
Final details for having a binary release on GitHub.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Marmor committed Jan 7, 2015
1 parent d7339a9 commit dec86c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/chromessb.app/**
/osx-chrome-ssb-gui-1.0.dmg
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ APP=chromessb.app/Contents
APP_RSRC=$(APP)/Resources
APP_SCPT=$(APP_RSRC)/Scripts

INSTALL_PATH="/Applications/Make Chrome SSB.app"

.PHONY: all install clean

Expand All @@ -34,7 +35,8 @@ clean-all: clean
find . -name '*~' -o -name '.DS_Store' -exec rm {} \;

install: all
cp -aR chromessb.app "/Applications/Chrome Apps/Make Chrome SSB.app"
rm -rf $(INSTALL_PATH)
cp -aR chromessb.app $(INSTALL_PATH)

$(APP_SCPT)/main.scpt: src/main.applescript
osacompile -x -o "chromessb.app" src/main.applescript
Expand Down

0 comments on commit dec86c7

Please sign in to comment.