Extras
Extras copied to clipboard
GPT4All: Add version v3.4.1
Adding manifest for installation of GPT4All.
Closes #11531
- [x] I have read the Contributing Guide.
Your changes do not pass checks.
gpt4all
- [x] Description
- [x] License
- [x] Hashes
- [ ] Checkver
- [x] Autoupdate
/verify manifest checkver
All changes look good.
Wait for review from human collaborators.
gpt4all
- [x] Description
- [x] License
- [x] Hashes
- [x] Checkver
- [x] Autoupdate
- Guess
bin/shortcutsfields could be added as well. - Please update to the latest version.
The installer automatically creates the shortcut, so including the shortcut property would create two of them, which I find unnecessary. I have added the following section to the manifest explaining why the shortcut property isn't included:
"##": [
[
"Shortcut section omitted as it is automatically created by the installer.",
"bin/bin/chat.exe",
"GPT4All"
]
],
The comment explaining why the shortcut section was omitted has been modified as follows to resolve the workflow syntax checker issue (comments can not contain arrays).
"##": "Shortcut section omitted as it is automatically created by the installer.",
@aliesbelik, could you please take a look at this?