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
Honestly I would consider this a bug not an enhancement. The persist function is outright broken when the file to be persisted is a file not a folder.
The persist function needs to be corrected to be able to specify if the file is supposed to be a file or folder to avoid this "stupid but it works" workaround.
rasa
pushed a commit
to ScoopInstaller/Nirsoft
that referenced
this issue
Nov 22, 2024
Feature Request
Is your feature request related to a problem? Please describe.
Manifest "persist" assumes the object to be persisted is a folder, and very often its not.
because of this, almost every manifest forces an empty file to be created, e.g.
Describe the solution you'd like
would be great to be able to optionally specify a type, e.g.
and therefore, scoop wouldn't need to have a pre-existing object in the $dir folder.
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: