From 4ad22878fa95c79b026e483d0ca0d29879bfa8c5 Mon Sep 17 00:00:00 2001 From: webadderall <131426131+webadderall@users.noreply.github.com> Date: Tue, 10 Mar 2026 19:01:33 +1100 Subject: [PATCH] Set appId to app.recordly.dev (match dev.recordly.app) --- electron-builder.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron-builder.json5 b/electron-builder.json5 index 35eccc71..36f03c18 100644 --- a/electron-builder.json5 +++ b/electron-builder.json5 @@ -1,7 +1,7 @@ // @see - https://www.electron.build/configuration/configuration { "$schema": "https://raw.githubusercontent.com/electron-userland/electron-builder/master/packages/app-builder-lib/scheme.json", - "appId": "com.webadderall.recordly", + "appId": "app.recordly.dev", "asar": true, "asarUnpack": [ "node_modules/ffmpeg-static/**",