From edd2c457ed254304070e6a6a6a11908d7e2fca7d Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Sun, 12 Apr 2026 16:26:14 +1000 Subject: [PATCH] chore: update subproject commit and clean up electron-builder configuration --- .vscode/settings.json | 3 +++ cinny | 2 +- electron-builder.json5 | 3 +-- 3 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/cinny b/cinny index 99366b5..b3deb4d 160000 --- a/cinny +++ b/cinny @@ -1 +1 @@ -Subproject commit 99366b5fc470dfb80d300fcd701421a9881aa40f +Subproject commit b3deb4d518850fa8ddb157240485ffd54673ddf3 diff --git a/electron-builder.json5 b/electron-builder.json5 index 28e0d66..88c551b 100644 --- a/electron-builder.json5 +++ b/electron-builder.json5 @@ -88,8 +88,7 @@ "name": "Paarrot", "loadingGif": "icons/icon.png", "iconUrl": "http://synbox.ruv.wtf:8418/litruv/cinny-desktop/raw/branch/main/icons/icon.ico", - "remoteReleases": false, - "useAppIdAsId": true + "remoteReleases": false }, "publish": { "provider": "generic",