Search code examples
npmelectronelectron-builder

Electron Builder cannot move downloaded into final location (another process downloaded faster?) error=rename


"electron-builder": "^20.38.5"

Not using electron updater Target: Windows Running electron builder on windows 10 Home

build process cannot package and presents this error cannot move downloaded into final location (another process downloaded faster?) error=rename C:\Users\Developer\AppData\Local\electron-builder\Cache\winCodeSign\105845327 C:\Users\Developer\AppData\Local\electron-builder\Cache\winCodeSign\winCodeSign-2.4.0: Access is denied. path=C:\Users\Developer\AppData\Local\electron-builder\Cache\winCodeSign\winCodeSign-2.4.0 tempFile=C:\Users\Developer\AppData\Local\electron-builder\Cache\winCodeSign\105845327

I have tried to run the process with an administrative window, but still presents the error. I would appreciate any help


Solution

  • Disable your antivirus. It is blocking the builder from copying the required files. Worked for me