Closed aubreypwd closed 10 months ago
Did you rebuild it with electron-packager
after updating the version? This module doesn't use the info on your package.json
directly, it uses the info of the package.json
inside of your packaged app
I did not, I have used it successfully to package a folder with a .app in it that get's built by nativefier
. I will look into this more and report back if I can.
When I bump the version in
package*.json
and I run, e.g.The version in
dist/
is always1.0.0
.