You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's sometimes possible that the storage/hot file could be present whilst running native:build. Although it shouldn't be, we're aware of some instances where it may not have been removed successfully or the process ended before it could be removed.
This ticket is just to see the pruning updated to include the hot file.
Perhaps we could also improve this by either adding a config option or a .nativeignore file for developers to specify other files that may wish to be excluded from build.
The text was updated successfully, but these errors were encountered:
PeteBishwhip
changed the title
[Improvement] Include the storage/hot file in pruning prior to build
[Improvement] Include the storage/hot file in pruning prior to build (Perhaps user-defined excludes too)
Mar 7, 2025
Improvement
It's sometimes possible that the storage/hot file could be present whilst running native:build. Although it shouldn't be, we're aware of some instances where it may not have been removed successfully or the process ended before it could be removed.
This ticket is just to see the pruning updated to include the
hot
file.Relevant code: https://github.com/NativePHP/electron/blob/main/src/Traits/CopiesToBuildDirectory.php#L26
Perhaps we could also improve this by either adding a config option or a .nativeignore file for developers to specify other files that may wish to be excluded from build.
The text was updated successfully, but these errors were encountered: