updated project files and created scripts

This commit is contained in:
2025-12-27 00:00:15 +05:00
parent 7c4c0d4776
commit 46d99f5baf
13 changed files with 172 additions and 190 deletions

8
build.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -eo pipefail
BUILD_PATH="bin"
rm -rf "$BUILD_PATH"
dotnet publish "UplinkLauncher/UplinkLauncher.csproj" -o "$BUILD_PATH" \
-c Debug --arch x64
tree -h bin