-
-
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
fix(nsis): cleanup temporary 7z folder #6793
fix(nsis): cleanup temporary 7z folder #6793
Conversation
🦋 Changeset detectedLatest commit: e477007 The changes in this PR will be included in the next version bump. This PR includes changesets to release 8 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for car-park-attendant-cleat-11576 ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
e1c1eb6
to
1c81d64
Compare
1c81d64
to
30355d2
Compare
Sorry for ready->draft->ready transition. I've realized that I had an issue which I uncovered in testing (ABORT wasn't handled properly). Now the PR is ready for a review. |
packages/app-builder-lib/templates/nsis/include/extractAppPackage.nsh
Outdated
Show resolved
Hide resolved
Before attempting to extract files with non-discriminating `Nsis7z::Extract` that ignores the errors remove the temporary folder so that we don't require twice as much disk space for this last resort measure. Additionally, replace `Quit` with a `Goto DoneExtract7za` so that the last resort measure actually works.
30355d2
to
e477007
Compare
Thanks for merging this! |
Before attempting to extract files with non-discriminating
Nsis7z::Extract
that ignores the errors remove the temporary folder sothat we don't require twice as much disk space for this last resort
measure.
Additionally, replace
Quit
with aGoto DoneExtract7za
so that thelast resort measure actually works.
Testing