You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Investigate the possibility of building to a non-exe target to help avoid any security flags for the user.
Currently the build target in vue.config.js is electronBuilder: { builderOptions: { // options placed here will be merged with default configuration and passed to electron-builder "win": { "target": "portable", "icon": "src/assets/logo.png" } } }
The text was updated successfully, but these errors were encountered:
Investigate the possibility of building to a non-exe target to help avoid any security flags for the user.
Currently the build target in vue.config.js is
electronBuilder: { builderOptions: { // options placed here will be merged with default configuration and passed to electron-builder "win": { "target": "portable", "icon": "src/assets/logo.png" } } }
The text was updated successfully, but these errors were encountered: