From f02e9bfdb7420d720b15a3a6bc04c732f773b724 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Wed, 6 Mar 2024 15:06:33 +0100 Subject: [PATCH] zip it --- apps/remixdesktop/package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/remixdesktop/package.json b/apps/remixdesktop/package.json index aa63523a02..56f8427487 100644 --- a/apps/remixdesktop/package.json +++ b/apps/remixdesktop/package.json @@ -91,6 +91,13 @@ "x64", "arm64" ] + }, + { + "target": "zip", + "arch": [ + "x64", + "arm64" + ] } ], "icon": "assets/icon.png",