diff --git a/.gitignore b/.gitignore index f184f2fad..94073aebc 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,6 @@ CMakeLists.txt.user* /deployment /neko*.sh /qtsdk + +.vs +out \ No newline at end of file diff --git a/libs/get_source_env.sh b/libs/get_source_env.sh index 9dee51c6a..fd3118434 100644 --- a/libs/get_source_env.sh +++ b/libs/get_source_env.sh @@ -1,5 +1,5 @@ if [ ! -z $ENV_NEKORAY ]; then - export COMMIT_SING_BOX_EXTRA="247a7a4522168aa8b151efc4085809cae819345d" + export COMMIT_SING_BOX_EXTRA="2f8e1bdb842ec2138c1699101a84950617c3cbb8" export COMMIT_MATSURI_XRAY="01208225ee7e508044cca8eb6776a117bcecd997" fi