From e59cfafbd28b7f137f54e680be5916cdf6eccf59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janis=20Daniel=20Da=CC=88hne?= <janis.daehne@informatik.uni-halle.de> Date: Thu, 20 Mar 2025 17:14:07 +0100 Subject: [PATCH] - updatred build script --- src/ClientServer/build/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ClientServer/build/build.sh b/src/ClientServer/build/build.sh index f2279fe..2ecef1d 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 -- GitLab