electron-vite / vite-plugin-electron-renderer

Ployfill Node.js API for Renderer process

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`install.js` is missing

staniel359 opened this issue · comments

Hello.
Version 0.14.2 is missing install.js file.
Is there another way to build Electron files?

@caoxiemeihao So if I want to run the build manually (for GitHub Actions), what should I do?

@caoxiemeihao I did it like this.
How could it be done now?

Just run vite build command. the Electron files still will be generated during build time.
So you no longer run to vite-plugin-electron-renderer/install.js now.

@caoxiemeihao Good, thank you!

Also, according to semver, if you make breaking changes, e.g. removing install.js, you should change version's first number.