You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This suggests we need some mechanism of settings these env vars for both initial install and rebuilds
Installing matrix-seshat as a dependency will compile a build for plain Node as part of it's own scripts, but we probably need the adjusted Electron build instead, which may awkwardly mean building it twice with electron-build-env from the parent Electron app as well
Despite the wasted time of two builds, this seems to be what the Neon example for Electron suggests
The text was updated successfully, but these errors were encountered:
#11125 adds integration and docs for manually enabling Seshat for desktop Riot.
At the moment it recommends:
yarn add matrix-seshat
inelectron_app
for initial installelectron-build-env
for rebuildsThere are a few issues here that leave some room for improvement:
electron-build-env
seems to be ensuring that certain env vars are set, includingnpm_config_runtime
whichneon
seems to need for at least Windowsmatrix-seshat
as a dependency will compile a build for plain Node as part of it's own scripts, but we probably need the adjusted Electron build instead, which may awkwardly mean building it twice withelectron-build-env
from the parent Electron app as wellThe text was updated successfully, but these errors were encountered: