Skip to content

Commit

Permalink
Updated script
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Feb 17, 2020
1 parent 9796ee8 commit 3a12278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ set -x # Echo all commands.

cd ..
set +e
rm pinetime-mynewt-rust.7z
rm pinetime-rust-mynewt.7z
set -e
7z a pinetime-mynewt-rust.7z pinetime-mynewt-rust
7z a pinetime-rust-mynewt.7z pinetime-rust-mynewt

set +x # Stop echoing all commands.
echo ✅ ◾ ️Done!

0 comments on commit 3a12278

Please sign in to comment.