Skip to content

Commit

Permalink
Merge pull request #42 from hovatterz/launcher
Browse files Browse the repository at this point in the history
Add launcher for Linux/OS X users to double click
  • Loading branch information
TheDarklingWolf committed Feb 6, 2013
2 parents 89f856d + a078589 commit f4308f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ endif

CXXFLAGS = $(WARNINGS) $(DEBUG) $(PROFILE) $(OTHERS)

BINDIST_EXTRAS = README data
BINDIST_EXTRAS = README data cataclysm-launcher
BINDIST = cataclysmdda-$(VERSION).tar.gz
W32BINDIST = cataclysmdda-$(VERSION).zip
BINDIST_CMD = tar -czvf $(BINDIST) $(BINDIST_DIR)
Expand Down
3 changes: 3 additions & 0 deletions cataclysm-launcher
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env sh
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR && ./cataclysm

0 comments on commit f4308f8

Please sign in to comment.