Adding a persistent file to an app that doesn't have anything persisted (ant) #4973
-
I'm needing to add |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Since this file doesn't always exist, you'll have to do what we call a 'manual persist'. See https://github.com/ScoopInstaller/Extras/blob/1b0deb0c39e1068b8ed101d4238217268d77d4ec/bucket/xnresize.json for example. |
Beta Was this translation helpful? Give feedback.
-
This is now possible by adding files into |
Beta Was this translation helpful? Give feedback.
This is now possible by adding files into
$persist_dir/lib
forant
. Also, if files are added into$dir/lib
they will be persisted before doing an update. See ScoopInstaller/Main#3662 for reference.