From 5f8cb2d794bd5f0ffde82178fe0c8c0aa982b605 Mon Sep 17 00:00:00 2001 From: Anirudh Sevugan Date: Wed, 6 Aug 2025 18:34:05 -0500 Subject: [PATCH] Update package.json --- simpliplay/package.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/simpliplay/package.json b/simpliplay/package.json index 9e7a4ab..9df06a5 100644 --- a/simpliplay/package.json +++ b/simpliplay/package.json @@ -21,17 +21,24 @@ "target": [ "dmg" ], - "icon": "icon.icns" + "icon": "icon.icns", + "artifactName": "SimpliPlay-${arch}-darwin.${ext}" }, "win": { - "target": "nsis", - "icon": "icon.ico" + "target": [ + { + "target": "nsis", + "arch": ["x64", "arm64"] + } + ], + "artifactName": "SimpliPlay-${arch}-win-setup.${ext}" }, "linux": { "target": ["snap", "AppImage"], "icon": "icon.png", "executableName": "SimpliPlay", - "synopsis": "The mission to make media playback accessible anywhere, anytime." + "synopsis": "The mission to make media playback accessible anywhere, anytime.", + "artifactName": "SimpliPlay-${arch}-linux.${ext}" }, "fileAssociations": [ {