Replies: 1 comment 5 replies
-
? You could add these apps into main bucket, and |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some applications have only a single executable and will read the configuration in the execution directory by default, these applications need to be placed in a specific directory to work properly. An example is winsw, a wrapper executable that can run any executable as a Windows service. Also, many apps written in golang or rust (such as alist) are compiled into single executables. scoop buckets will never contain these apps, but these apps need a convenient way to be downloaded, imagine we can use
scoop get xxx
(or something else) to generate a latest verion copy ofxxx.exe
in the current directory.Beta Was this translation helpful? Give feedback.
All reactions