-
-
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
NSIS Special Builds set NSIS_MAX_STRLEN flag #1267
Comments
Nsis will be changed to special build. For now you can override nsis in the cache (requires latest version of electron-builder). |
I see, right make sense. Thanks @develar !! |
@develar I did try the solution you suggested replacing the nsis from special build to .cache/electron-builder/nsis/nsis-3.0.1.8/ In your Essentially the installer crashes at launch.
If you have plan to support the special build on the way, this can wait. Thank you again!! |
Please try 13.10.0 |
Thanks so much @develar ! I updated to electron-builder 13.10.0 and ran the same build script as I've always got the following error back. Any ideas?
|
Fixed in 13.10.1. |
Thank You @develar again !! Much much appreciated! I've just tested and confirmed that with 13.11.1, nsis special build is able to append variable to |
I'm reading over how to properly update PATH with the NSIS installer. On the very beginning of the wiki page, it says
The default
NSIS_MAX_STRLEN
size are 1024 byte?I know electron-builder are using NSIS 3.0.1 but how would I tell if we are running the Speical Build? and how can we update the NSIS variable
NSIS_MAX_STRLEN=8192
from custom nsh scripts?Thank you!
The text was updated successfully, but these errors were encountered: