Error renaming file while packaging win32 x64 on OSX host using Electron v0.37.4
See original GitHub issueWhen running the packaging for all platform and all architectures, I’m hitting an error.
Packaging app for platform win32 x64 using electron v0.37.4
ENOENT: no such file or directory, rename '/var/folders/sd/nllql7z51k73kttbnbfz26q95ppffy/T/electron-packager/win32-x64/App-win32-x64/electron.exe' -> '/var/folders/sd/nllql7z51k73kttbnbfz26q95ppffy/T/electron-packager/win32-x64/App-win32-x64/App.exe'
Which version of electron-packager are you using?
6.0.0
What CLI arguments are you passing? Alternatively, if you are using the API, what parameters are you passing to the
packager()
function?
electron-packager ./ --platform=all --arch=all --version=0.37.4 --asar=true --overwrite
What is the host platform are you running electron-packager on?
OSX
Issue Analytics
- State:
- Created 7 years ago
- Comments:14 (6 by maintainers)
Top Results From Across the Web
Electron packager tutorial - Christian Engvall
In this electron packager tutorial we will look at how to create MacOS, Windows and Linux executables with an app icon.
Read more >Rename .zip file generated by electron packager
I understand electron packager generates .zip file. When this is unzipped it retains the same name. I tried editing index.js under electron- ...
Read more >Packaging an Electron app for managed distribution across ...
In this code story, we'll explore the following aspects of our solution: Packaging Electron source into Windows binaries; Setting the app in ' ......
Read more >powered by Falcon Sandbox - Viewing online file ... - Hybrid Analysis
Submit malware for free analysis with Falcon Sandbox and Hybrid Analysis technology. Hybrid Analysis develops and licenses analysis tools to fight malware.
Read more >Untitled - Springer
While other architectures have pro- posed fork instructions with semantics similar to that of the traditional UNIX fork() sys-.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
My suggestion is for someone to file a bug in the Electron project to ask for checksums on their files when they generate releases.
See also: https://github.com/electron-userland/electron-prebuilt/issues/51
See also: https://github.com/electron-userland/electron-download/issues/19