1
0
forked from nikkuss/pkgs

1 Commits

Author SHA1 Message Date
doloro a3609f58c7 bump(grimoire): 1.23.0 2026-07-13 13:14:33 +01:00
-6
View File
@@ -73,12 +73,6 @@ 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