From 41d74cae5ae7d1b5d551a8443ffc8b94b15d6d88 Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Sat, 16 Oct 2021 13:17:27 +0800 Subject: [PATCH] [Other] Rename simple-obfs to obfs-local --- Other/simple-obfs/build.ps1 | 2 +- Other/simple-obfs/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Other/simple-obfs/build.ps1 b/Other/simple-obfs/build.ps1 index fa04b085..828bb0ab 100644 --- a/Other/simple-obfs/build.ps1 +++ b/Other/simple-obfs/build.ps1 @@ -11,5 +11,5 @@ if ( -Not $? ) { exit $lastExitCode } -cp -Force '.\simple-obfs.exe' '..\..\release\simple-obfs.exe' +cp -Force '.\obfs-local.exe' '..\..\release\obfs-local.exe' exit 0 \ No newline at end of file diff --git a/Other/simple-obfs/build.sh b/Other/simple-obfs/build.sh index a1db7493..ff1833aa 100644 --- a/Other/simple-obfs/build.sh +++ b/Other/simple-obfs/build.sh @@ -6,5 +6,5 @@ git submodule update --init || exit $? make -j2 || exit $? -gcc $(find src/ -name "obfs_local-*.o") $(find . -name "*.a" ! -name "*.dll.a") "${PWD}/../../build/lib/libev.a" -o simple-obfs -fstack-protector -static -lws2_32 -s +gcc $(find src/ -name "obfs_local-*.o") $(find . -name "*.a" ! -name "*.dll.a") "${PWD}/../../build/lib/libev.a" -o obfs-local -fstack-protector -static -lws2_32 -s exit $? \ No newline at end of file