Skip to content

Commit

Permalink
It looks like I don't know how to write bash
Browse files Browse the repository at this point in the history
  • Loading branch information
crisidev committed May 19, 2020
1 parent de0b2d1 commit 0443998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ main() {
cross rustc --bin "${qrsync}" --target "${TARGET}" --release

# change binary name in case we are on windows
if [ "${TARGET}" == "x86_64-pc-windows-gnu" ]; then
if [ "${TARGET}" = "x86_64-pc-windows-gnu" ]; then
qrsync="${qrsync}.exe"
fi
cp "target/${TARGET}/release/${qrsync}" "${stage}"/
Expand Down

0 comments on commit 0443998

Please sign in to comment.