Skip to content

Commit

Permalink
Fixd packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrekV committed Sep 5, 2014
1 parent 1d460b8 commit 067910c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lint:

dist: clean
@if [ ! -d "out" ]; then mkdir -p out; fi
@cp -R src/manifest.json src/images src/scripts src/styles out/
@cp -R src/manifest.json src/images src/scripts src/styles src/html out/
@zip -q -r toggl-button out && rm -rf out

clean:
Expand Down

0 comments on commit 067910c

Please sign in to comment.