Skip to content

Commit

Permalink
added Rocket.toml and gen_keys.sh to zip
Browse files Browse the repository at this point in the history
  • Loading branch information
trimoq committed May 14, 2018
1 parent 224392e commit 58dc66b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ package: build
cp -r ./templates ./output
cp -r ./static ./output
cp ./target/release/putzplan ./output
cp ./Rocket.toml ./output
cp ./gen_keys.sh ./output
zip -r release.zip ./output

0 comments on commit 58dc66b

Please sign in to comment.