From ae4c1fde24914558b6bd2d88f929ef993f509af0 Mon Sep 17 00:00:00 2001 From: webadderall <131426131+webadderall@users.noreply.github.com> Date: Tue, 10 Mar 2026 19:08:36 +1100 Subject: [PATCH] Update bundle identifier to 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 36f03c18..24d5e6b6 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": "app.recordly.dev", + "appId": "dev.recordly.app", "asar": true, "asarUnpack": [ "node_modules/ffmpeg-static/**",