From 1fe9cc69efd93efc8851479ae493cdc17310125b Mon Sep 17 00:00:00 2001 From: Anirudh Sevugan Date: Mon, 14 Jul 2025 19:17:48 -0500 Subject: [PATCH] fixed for linux arm64 builds Added "snap" param only for arm64 linux builds, honestly ARM64 Snap builds + Electron suck, but compatibility matters and we have the solution now --- simpliplay/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/simpliplay/package.json b/simpliplay/package.json index bdf0db7..cf75f80 100644 --- a/simpliplay/package.json +++ b/simpliplay/package.json @@ -12,6 +12,9 @@ "author": "Anirudh Sevugan", "build": { "npmRebuild": false, + "snap": { + "base": "core24" + }, "appId": "com.anirudhsevugan.simpliPlay", "productName": "SimpliPlay", "directories": {