-
Notifications
You must be signed in to change notification settings - Fork 172
[email protected]: Add manifest for MCreator app #1405
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
base: master
Are you sure you want to change the base?
Conversation
/verify |
All changes look good. Wait for review from human collaborators. mcreator
|
I think it would be beneficial to include more manifest details like |
Your changes do not pass checks. mcreator
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
"bin": "MCreator20251/mcreator.exe", | ||
"shortcuts": [ | ||
[ | ||
"MCreator20251/mcreator.exe", | ||
"MCreator" | ||
] | ||
], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use "extract_dir": "MCreator20251"
so that the top-level folder isn't present (we don't need it, and its name is version-specific).
extract_dir
should also be specified in autoupdate
using the $cleanVersion
placeholder (which is like $version
but with periods removed).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MBrine85 You can check this wiki for more information about version variables:
https://github.com/ScoopInstaller/Scoop/wiki/App-Manifest-Autoupdate#version-variables
This pull request adds a Scoop manifest for MCreator version 2025.1
Tested locally, installs and runs fine.