Open tfc opened 1 year ago
Thanks! What are you building with electron and nix?
@CMCDragonkai I'm building applications that are implemented with react and purescript on linux, and then also crosscompile them to windows.
You're cross compiling electron to windows? How does that work?
It's very easy with nix. I've even got installer generation and auto-update work with this, like a breeze. My github profile shows how to contact me via chat or mail, if you're interested i can explain it to you as i currently don't have that open source where i use it.
Specification
Hi, i just learned from your repository how to put the electron squirrel windows installer bundling process into the nix sandbox. Thank you very much for sharing!
From reading the code, i assume that you generated the list of zip downloads from the
checksums.js
file from the electron folder manually. In order to facilitate updates, i automated this process. I don't know if there are specific reasons other than lack of time for you to not automate this, but nonetheless i decided to leave the snippet here in case someone (you or other readers of the code in this repo) may find it useful: