1
0
forked from nikkuss/pkgs

2 Commits

Author SHA1 Message Date
doloro 1082e52e6b fix(grimoire): dev tool popup 2026-07-13 13:58:34 +01:00
doloro d1c6469384 bump(grimoire): 1.23.0 (#20)
![image.png](/attachments/ad8e7979-c93b-4def-8346-832f3832d3ae)

Reviewed-on: nikkuss/pkgs#20
Co-authored-by: Doloro1978 <doloroo@proton.me>
Co-committed-by: Doloro1978 <doloroo@proton.me>
2026-07-13 16:23:52 +04:00
+6
View File
@@ -73,6 +73,12 @@ in
env.GRIMOIRE_SOCIAL_BASE_URL = "https://grimoire-social.slusheliott.workers.dev";
postPatch = ''
# The app is launched via electron directly (not an electron-builder
# package), so `app.isPackaged` is false and `is.dev` is true, which
# auto-opens DevTools on launch. Strip that call.
substituteInPlace electron/main/index.ts \
--replace-fail "mainWindow.webContents.openDevTools();" ""
cp -r ${grimoire-social-src} ../grimoire-social
chmod -R u+w ../grimoire-social