From bbcc741a4eee97ec7f66e46f50f42904644022ba Mon Sep 17 00:00:00 2001 From: Cenmrev Date: Sat, 15 Oct 2016 18:22:45 -0400 Subject: [PATCH] bug fix --- compilefromsource.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/compilefromsource.sh b/compilefromsource.sh index cf59730..d89bb4a 100644 --- a/compilefromsource.sh +++ b/compilefromsource.sh @@ -37,7 +37,6 @@ else cd V2RayX echo "-- start building V2RayX --" echo "-- 开始编译 V2RayX --" - cd V2RayX xcodebuild -project V2RayX.xcodeproj -target V2RayX -configuration Release if [[ $? == 0 ]]; then echo "-- build succeeded --"