Skip to content

Commit 0fae8b0

Browse files
committed
avoid output from wsnet.
1 parent 55af539 commit 0fae8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_wsnet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ git clone https://github.com/Windscribe/Desktop-App.git
99
cd Desktop-App || exit
1010
git checkout 21a348471cca5c65ba6100c181da4b483f6fa8c8
1111
cd libs/wsnet/tools || exit
12-
./build_android.sh
12+
./build_android.sh > /dev/null 2>&1
1313
cp wsnet.aar "$DST_DIR"
1414
cd "$ROOT_DIR" && rm -rf tools/bin

0 commit comments

Comments
 (0)