From 76199aca7170bc63f894554a8fd17dafa89bbfed Mon Sep 17 00:00:00 2001 From: Axel Boberg Date: Fri, 22 May 2026 00:11:37 +0200 Subject: [PATCH 1/2] Simplify notarization script Signed-off-by: Axel Boberg --- .env.build.example | 5 ----- package.json | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 .env.build.example diff --git a/.env.build.example b/.env.build.example deleted file mode 100644 index 7cf9930..0000000 --- a/.env.build.example +++ /dev/null @@ -1,5 +0,0 @@ -# Used for notarization of macOS builds -# Generate an app-specific password on appleid.apple.com -APPLE_ID= -APPLE_ID_PASSWORD= -APPLE_TEAM_ID= diff --git a/package.json b/package.json index d9c8e3d..cebb044 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "electron:build:mac:arm": "npm run build && npm run electron:prebuild:arm64 && node scripts/electron-build-mac.js arm64", "electron:build:mac:intel": "npm run build && npm run electron:prebuild:x64 && node scripts/electron-build-mac.js x64", "electron:build:win": "npm run build && npm run electron:prebuild:x64 && electron-packager . \"Bridge\" --platform=win32 --arch=x64 --extend-info extra.plist --icon=media/appicon.ico --overwrite --asar.unpack='**/*.{node,dylib}' --asar.unpackDir='**/libltc-wrapper' --ignore=\"webpack.*\\.js\" --ignore=\"docs/*\" --ignore=\"./README.md\" --ignore=\"./Dockerfile\" --ignore=\"./docker-compose.yml\" --out ./bin", - "electron:sign:mac": "dotenvx run --quiet -f .env.build -- node scripts/sign-macos.js", + "electron:sign:mac": "node scripts/sign-macos.js", "prepare": "husky install", "postinstall": "node scripts/install-plugin-dependencies.js" }, From cfec943dcef74eaf1dce345d517aceee4468c589 Mon Sep 17 00:00:00 2001 From: Axel Boberg Date: Fri, 22 May 2026 21:37:26 +0200 Subject: [PATCH 2/2] Remove debug log Signed-off-by: Axel Boberg --- plugins/caspar/app/views/InspectorTemplate.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/caspar/app/views/InspectorTemplate.jsx b/plugins/caspar/app/views/InspectorTemplate.jsx index 23d605e..4ef416a 100644 --- a/plugins/caspar/app/views/InspectorTemplate.jsx +++ b/plugins/caspar/app/views/InspectorTemplate.jsx @@ -76,8 +76,6 @@ export const InspectorTemplate = () => { setUnsavedValue(newValue) } - console.log('Rendering', value) - return ( <>