feat: 添加便携模式和打包脚本,精简打包大小

This commit is contained in:
2026-01-17 17:58:37 +08:00
parent c276e9e2b9
commit b0e785bd06
8 changed files with 332 additions and 20 deletions

View File

@@ -26,6 +26,9 @@ namespace TimerApp
public static void InitializeShortcuts()
{
if (PortableMode.IsPortable)
return;
string? iconPath = TryEnsureIconFile();
if (iconPath is null)
return;