-
-
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
one file in asar archive got corrupted #1400
Comments
Is it possible to provide sample project to reproduce (and filename?) |
Same here! Ever since I tested every version since Only happens when I sadly can't offer a sample project at the moment. |
Hmm.... We do check for corrupted files in our test suite, but only for main and package files. It seems I should improve out tests to check ALL files. |
check sidebar1.html |
@kutu Thanks a lot. Fixed. |
16.0.0+
squirrel-windows
one of my html file got corrupted after updating to latest 16.2.0 version
downgrading versions one by one, i found that 15.6.3 works as expected
everytime i pack or build, corrupted file was always the same
then i tried to make a copy of this file in the same directory, and then this new file got corrupted everytime
so i guess, that one file is always last in app.asar file, and electron-builder do something with that file after pack it with asar util
corrupted file, got always the same size as original file, but data inside was rather 00 00 or some random bytes
The text was updated successfully, but these errors were encountered: