-
Notifications
You must be signed in to change notification settings - Fork 1
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
Plugin source folder is wrong and doesn't work #8
Comments
Try this:
|
👍 Small typo amend needed though.
Also bear in mind that as It's the same as using My bad, BTW on pasting up a shorthand We have enough shellcheck warnings to contend with in the quickget script already, without adding any more. 🚀 |
@dabrown645 There's a bit of a discussion going on that you may wish to have a look at, on your refactor and that of @lj3954 In particular, you may like to address some of the technical issues that @lj3954 has raised. |
As you have now opened an Issues section, I refer you to my comment made a while back:
(f6f06a4#comments)
" The plugin folder is in the wrong place. This should be in '/usr/share' not '/usr/bin'. "
$BASH_SOURCE will return "/usr/bin" as this is where Quickemu and Quickget are located. Only key single files should be there. The other files and folders should go in "/usr/share".
See https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard for more details.
" Also have a look at how I have done things with qqX. Version 1.6 published about an hour ago. The main file will look in the current folder, for Dev purposes, but will default to FHS norms otherwise."
(https://github.com/TuxVinyards/qqX/blob/main/qqX)
The text was updated successfully, but these errors were encountered: