Skip to content

Commit

Permalink
Add launcher for Linux/OS X users to double click
Browse files Browse the repository at this point in the history
  • Loading branch information
hovatterz committed Feb 6, 2013
1 parent a7143cd commit a078589
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 a078589

Please sign in to comment.