electron-userland / electron-builder

A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box
https://www.electron.build
MIT License
13.46k stars 1.71k forks source link

how can we change the download path for updater #8209

Open aravind-ui opened 1 month ago

aravind-ui commented 1 month ago

Now it's targeted to download the updated version to the local app data C:\Users\ {{userName}}\AppData\Local\ {{appName}}-updater

I need to download it to the custom folder path Example: C:{{someFolderName}}\

beyondkmp commented 1 month ago

Currently, customizing the download directory for updater is not supported.