Skip to content

Commit

Permalink
fix: revert back to old way of releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
gwatcha committed May 28, 2020
1 parent 59e5f29 commit 3d41c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ end
task :build do
`mkdir -p dist`
`rm -rf dist/*`
`rsync -av --progress * dist/reaper-keys --exclude dist --exclude img`
`zip -r dist/reaper-keys.zip * -x dist img/* img`
end

task :generate do
Expand Down

0 comments on commit 3d41c7d

Please sign in to comment.