Skip to content

Commit

Permalink
fix create release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh4kE committed Nov 26, 2016
1 parent 2b71b4c commit 72bca75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/create_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ cd release
wget --no-check-certificate https://ofmhelper.de/downloads/ofmhelper2exe.tar.gz
tar -xzf ofmhelper2exe.tar.gz
rm ofmhelper2exe.tar.gz
ls .. | grep -v release | xargs -i cp -r ../{} ofm_helper/.
ls .. | grep -v release | xargs -i cp -r ../{} ofmhelper2exe/ofm_helper/
zip -qdgds 10m -r ofm_helper.zip *
mv ofm_helper.zip ..
mv ofm_helper.zip ..

0 comments on commit 72bca75

Please sign in to comment.