From e796f899f022c59568dac6627a3f783313ad5c62 Mon Sep 17 00:00:00 2001 From: Robin Cerny Date: Fri, 16 Jan 2026 09:31:10 +0100 Subject: [PATCH] added notes.txt --- notes.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 notes.txt diff --git a/notes.txt b/notes.txt new file mode 100644 index 0000000..1ba40f9 --- /dev/null +++ b/notes.txt @@ -0,0 +1,7 @@ +clean build environment: + dotnet clean + +build: + dotnet publish -c Release -r win-x64 + +exe is found under "bin\Release\net10.0-windows\win-x64\publish" \ No newline at end of file