Michael Telatynski
Michael Telatynski
@AnassDriate https://github.com/vector-im/element-desktop/pull/387 - you can pas homeserver during build via a custom config.json - https://github.com/vector-im/element-desktop#config
`--profile-dir` is a runtime flag, not an installation flag The MSI requires admin privileges and installs into Program Files, if you have an `exe` then it isn't an `msi`
As you can see in the screenshots in https://github.com/vector-im/element-desktop/pull/387 the installation is directly into `C:\Program Files\Element` so it must be something going on with your build. Are you definitely specifying...
> I just add it but it triggers an issue in my CICD Please provide more detail than "an issue"
Actually, your JSON looks wrong. You have `"msi"` in the `"win"` block where it should be its own sibling block. 
> What about MSIX rather than APPX? Is it in any way less stringent? It doesn't look like electron-builder has MSIX support - https://github.com/electron-userland/electron-builder/issues/5021
Similar response as to that thread, you're more than welcome to maintain an MSIX package yourself. Community packages drive open source forward. We can't feasibly maintain all the various packages...
Closing as presumed fixed due to no response
@clokep has encountered this - likely an issue caused by moving to a CE+ compatible environment
> ...and looking at the indexeddb logs from rageshake, it looks like none of the 'Persisting sync' loglines are being logged - presumably because our logging is only capturing the...