nklayman / vue-cli-plugin-electron-builder

Easily Build Your Vue.js App For Desktop With Electron
https://nklayman.github.io/vue-cli-plugin-electron-builder/
MIT License
4.12k stars 280 forks source link

Is there a risk that the github token in vue.config.js can be analysed and viewed by the distributed production version? #1927

Closed kurohoan closed 1 year ago

kurohoan commented 1 year ago

Is there a risk that the github token in vue.config.js can be analysed and viewed by the distributed production version? I would like to use this functionality with automatic updates.

MatthijsBurgh commented 1 year ago

I assume it is part of the builderOptions, so you should check the docs of electron-builder.

kurohoan commented 1 year ago

ok