Skip to content

Commit

Permalink
Tweaks to build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gokr committed Mar 5, 2019
1 parent 977eeed commit 3022a1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ done

echo "Building $VER ..."

mkdir -p build
cd build

# Remove previous build
Expand All @@ -62,7 +63,7 @@ then
else
# Debug build without proper signing
npm run debug:android
cp ../platforms/android/app/build/outputs/apk/debug/android-debug.apk $VER/canoe-android-$VER-debug.apk
cp ../platforms/android/app/build/outputs/apk/debug/app-debug.apk $VER/canoe-android-$VER-debug.apk
fi
fi

Expand All @@ -75,7 +76,7 @@ then
fi

# Move files into $VER
mv canoe-*-$VER*.* $VER/
mv -f canoe-*-$VER*.* $VER/

# Make sha256sum checksums
cd $VER
Expand Down

0 comments on commit 3022a1a

Please sign in to comment.