electron-builder icon indicating copy to clipboard operation
electron-builder copied to clipboard

install-app-deps ignore npm dist-url config

Open nesherofek opened this issue 4 months ago • 0 comments

  • Electron-Builder Version: 24.9.1
  • Node Version: 18.18.2
  • Electron Version: 19.0.4
  • Electron Type (current, beta, nightly):
  • Target: windows + linux

While using native packages in my app. i tried adding the "postinstall": "electron-builder install-app-deps" but due to working in airgapped env, i need to reconfigure the npm dist-url URL, to my own server. i mangaed to config this for npm and it works, but electorn-builder ignore this configuration and hard-coded to the default electronjs.org URL

nesherofek avatar Feb 06 '24 12:02 nesherofek