diff --git a/src/ClientServer/build/build.sh b/src/ClientServer/build/build.sh index f2279fec91a6e064b0bd8ba587d0450089cf990d..2ecef1d41944da98970f5cba475df90f58fab854 100644 --- a/src/ClientServer/build/build.sh +++ b/src/ClientServer/build/build.sh @@ -1,6 +1,6 @@ -cd /Users/janis/Documents/Projects/SyndromAll/Syndrom_ClientServer/src/ClientServer/build +cd /Users/janis/uni/projects/yapex/ClientServer/src/ClientServer/build cd .. -dotnet publish --configuration Release --framework netcoreapp3.1 -o output/ClientServer +/usr/local/share/dotnet/x64/dotnet publish --configuration Release --framework netcoreapp3.1 -o output/ClientServer # --runtime debian.8-x64 with this we could get the error 'libhostpolicy.so' not found or something with this file cp dashboard.php output/ClientServer/dashboard.php cd build