From 820187c19d3a0877a8dda36a65749e9d535cc14b Mon Sep 17 00:00:00 2001 From: Michael Babienco Date: Tue, 17 Feb 2026 18:16:50 +0900 Subject: [PATCH] Update TODO.txt --- TODO.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO.txt b/TODO.txt index ffaf882..6230a0f 100644 --- a/TODO.txt +++ b/TODO.txt @@ -14,7 +14,9 @@ *-check if last remembered dir exists on auto-load! *-show working directory *-set DMG title in publish --Get linux publish command working and zip up/publish +*-Get linux publish command working and zip up/publish + dotnet publish -c Release -r linux-x64 -p:StripSymbols=False -p:PublishAot=False + dotnet publish -c Release -r linux-arm64 -p:StripSymbols=False -p:PublishAot=False ---Publishing--- *-Published app has unneeded .DSYM file (fixed via .app builder)