feat: 添加便携模式和打包脚本,精简打包大小
This commit is contained in:
@@ -26,6 +26,9 @@ namespace TimerApp
|
||||
|
||||
public static void InitializeShortcuts()
|
||||
{
|
||||
if (PortableMode.IsPortable)
|
||||
return;
|
||||
|
||||
string? iconPath = TryEnsureIconFile();
|
||||
if (iconPath is null)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user