-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
makensis.exe exited with code 1 #2674
Comments
What is your windows username? (full path to makensis.exe) |
Hi The full path is: It it helps, my package.json is: }, |
Please try to remove |
Unfortunately, same outcome. Any other ideas? |
Ok found problem by elimination. I have folder of videos in the app which is 4.54Gb which I need to package with the app. If I run the above config but remove the folder it works. Is there a limit to the size of folders / app? |
I realise it is more appropriate to close this issue and post the above as a separate question. For anyone following the thread, the above package works; the problem is a folder which exceeds 4.5gb in assets. It seems to work if the app size is less than 3gb, however I will post this as a question. Thanks Mark |
I've got the same issue with video size. did you figure this out? |
Try this link. #2628 (comment) The above thread works but was not the answer that was suitable for me. I ended up solving the solution by effectively dividing the program in 2 and calling one program from the other. |
Thanks- I’ll check it out |
Hi guys
"electron": "^1.8.3",
"electron-builder": "20.4.0",
Running win 10 64bit
Target Windows build
This project rocks! I have a small problem right at the end of the build. I have deleted the cache and I am using yarn. build falls down at:
_AppData\Local\electron-builder\cache\nsis\nsis-3.0.1.13\Bin\makensis.exe exited with code 1
Error output:
File: failed creating mmap of "C:\APPS\UfmApp\dist\UfmApp-1.0.0-x64.nsis.7z"
Error in macro extractEmbeddedAppPackage on macroline 18
Error in macro installApplicationFiles on macroline 53
!include: error in script: "installSection.nsh" on line 60
Error in script "" on line 146 -- aborting creation process
Any help would be appreciated.
Regards
Mark
The text was updated successfully, but these errors were encountered: