Update TODO.txt

This commit is contained in:
2026-02-17 18:16:50 +09:00
parent b76ed1e627
commit 820187c19d
+3 -1
View File
@@ -14,7 +14,9 @@
*-check if last remembered dir exists on auto-load! *-check if last remembered dir exists on auto-load!
*-show working directory *-show working directory
*-set DMG title in publish *-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--- ---Publishing---
*-Published app has unneeded .DSYM file (fixed via .app builder) *-Published app has unneeded .DSYM file (fixed via .app builder)