How to create an installable release? #919
Replies: 1 comment 2 replies
-
.idea contain IDE configs only. This has nothing to do with the build. If you do not use the IDE from jetbrains, you are free to delete this directory entirely.
Check https://github.com/cawa-93/vite-electron-builder/blob/main/.github/workflows/release.yml. It contain full production pipeline including building assets and compilation binaries. Basically to get installers on your local machine you should run Here are also
|
Beta Was this translation helpful? Give feedback.
-
Howdy y'all,
I am really enjoying learning some new things about CI and such with your great template! May I ask on clarification of the release workflow? I have all ci.yalm1 tests passing. When I use github to create a release... the product is just my source code. Should I be setting something in
.idea\deployment.xml
?I was expecting a build folder to be created on my local drive, but the CI workflow is an awesome touch!
Thanks you for any advice. I hope I might be able to flush out the docs to help others, if I can get some help, here.
Beta Was this translation helpful? Give feedback.
All reactions