Skip to content
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 exeflat not deleting temporary file #117

Merged
merged 1 commit into from
Dec 8, 2023
Merged

fix exeflat not deleting temporary file #117

merged 1 commit into from
Dec 8, 2023

Conversation

boeckmann
Copy link
Contributor

During build the kernel silently was not updated, because a temporary file could not be overwritten by exeflat (it was created by exeflat in a previous run).

The new behaviour is, that exeflat terminates with error, if the file renaming can not be performed. The temporary binary is also deleted after compressing the kernel.

@PerditionC PerditionC merged commit e4a62f2 into FDOS:master Dec 8, 2023
1 check passed
@boeckmann boeckmann deleted the exeflat_fix branch December 8, 2023 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants