From 5807f8e2fd4fc38e89990fcd0627b9a21e3b8880 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Thu, 13 Aug 2026 07:28:37 +0300 Subject: [PATCH] Fix file loading on Linux AppImage (#9) Resolve issue where selecting mp4 files via file chooser or drag-and-dropping them into a tile would fail to load, incorrectly displaying "no file selected". --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index bd691ac..5fee69e 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,9 @@ "build": { "appId": "com.ol1vebranch.gridcast", "productName": "GridCast", + "asarUnpack": [ + "ffmpeg-static" + ], "mac": { "category": "public.app-category.video", "artifactName": "${productName}-${version}-${arch}.${ext}",