diff --git a/FastGithub/FastGithub.csproj b/FastGithub/FastGithub.csproj index 78bc3d9..8dae23c 100644 --- a/FastGithub/FastGithub.csproj +++ b/FastGithub/FastGithub.csproj @@ -1,34 +1,34 @@  - - Exe - net5.0;net6.0 - MIT - true - app.ico - app.manifest - + + Exe + net6.0 + MIT + true + app.ico + app.manifest + - - true - + + true + - - - - - - - - + + + + + + + + - - - PreserveNewest - - - PreserveNewest - - + + + PreserveNewest + + + PreserveNewest + + diff --git a/FastGithub/zip.sh b/FastGithub/zip.sh index 4a0460c..5d0708e 100644 --- a/FastGithub/zip.sh +++ b/FastGithub/zip.sh @@ -2,8 +2,8 @@ cd ./bin/publish # linux -chmod +777 ./linux-x64/dnscrypt-proxy -chmod +777 ./linux-x64/FastGithub +chmod 777 ./linux-x64/dnscrypt-proxy +chmod 777 ./linux-x64/FastGithub zip -r linux-x64.zip linux-x64 # windows