From 6937d831619843f00017dc9439bf01acc06e73dc Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 21 Sep 2025 23:55:35 -0500 Subject: [PATCH] Update goofcord.spec Signed-off-by: Gilver --- anda/apps/goofcord/stable/goofcord.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/goofcord/stable/goofcord.spec b/anda/apps/goofcord/stable/goofcord.spec index 4100b2790e..cd7f117885 100644 --- a/anda/apps/goofcord/stable/goofcord.spec +++ b/anda/apps/goofcord/stable/goofcord.spec @@ -54,9 +54,9 @@ sed -i '/\"x64\",/d' electron-builder.ts %endif export ELECTRON_VERSION="$(electron --version --no-sandbox | sed 's/v//')" %{__bun} install -#sed '/electronFuses:/i electronVersion: "'$ELECTRON_VERSION'",' +sed '/electronFuses:/i electronVersion: "'$ELECTRON_VERSION'",' %{__bun} run build -%{__bun} run electron-builder --linux --dir --publish=never -c.electronVersion="$ELECTRON_VERSION" +%{__bun} run electron-builder --linux --dir --publish=never #-c.electronVersion="$ELECTRON_VERSION" ls dist/ || ls %install