Skip to content

Commit

Permalink
Update VPN flag
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Oct 19, 2020
1 parent 16ca60a commit 4912c48
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/kcptun
Submodule kcptun updated 1 files
+1 −1 client/main.go
8 changes: 8 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

release=$1
cp app/build/outputs/apk/release/app-armeabi-v7a-release.apk kcptun-armeabi-v7a-${release}.apk
cp app/build/outputs/apk/release/app-arm64-v8a-release.apk kcptun-arm64-v8a-${release}.apk
cp app/build/outputs/apk/release/app-x86-release.apk kcptun-x86-${release}.apk
cp app/build/outputs/apk/release/app-x86_64-release.apk kcptun-x86_64-${release}.apk
cp app/build/outputs/apk/release/app-universal-release.apk kcptun--universal-${release}.apk

0 comments on commit 4912c48

Please sign in to comment.