mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
[Other] Rename simple-obfs to obfs-local
This commit is contained in:
@@ -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
|
||||
@@ -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 $?
|
||||
Reference in New Issue
Block a user