diff --git a/.todo b/.todo index 31dfbec9a0..2d5005084b 100644 --- a/.todo +++ b/.todo @@ -6,6 +6,7 @@ Add missing artwork filter (2.4) Add Parser level to preview (2.4) Move enable/disable parser to sidebar (2.4) Custom themes (3.0) +Sync tool (3.0) # Backend changes Command Line Interface (3.0) diff --git a/package.json b/package.json index 59d59a2907..c67a46baa5 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,8 @@ "mac": { "category": "public.app-category.utilities", "target": [ - "dmg" + "dmg", + "zip" ], "icon": "./src/assets/icons/mac.icns" },