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

Home Page:https://www.electron.build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how can we change the download path for updater

aravind-ui opened this issue · comments

  • Electron-Builder Version: 23.6.0
  • Node Version: 16.16.0
  • Electron Version: 24.8.8
  • Electron Type (current, beta, nightly):
  • Target:

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}}*