Skip to content

Commit

Permalink
Fix build dist
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-zip committed Nov 18, 2024
1 parent 0413b48 commit ed6f515
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion build-dist.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
echo && echo "Build packages"
mkdir ./dist

cp ./witch_craft/target/release/witch_craft ./dist/
cp -r ./witch_craft/target/release/witch_craft ./dist/
cp witch_spells ./dist

zip -r witch_craft-full.zip dist/
Expand Down
17 changes: 0 additions & 17 deletions install.sh

This file was deleted.

0 comments on commit ed6f515

Please sign in to comment.