-
Notifications
You must be signed in to change notification settings - Fork 211
mcreator@2025.1: 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?
Changes from 3 commits
aa2ed79
9404718
e9fa3ae
dbc39ae
8794102
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| { | ||
| "version": "2025.1.13416", | ||
| "description": "MCreator - Minecraft mod maker", | ||
| "homepage": "https://mcreator.net/", | ||
| "license": "GPL-3.0-or-later", | ||
| "architecture": { | ||
| "64bit": { | ||
| "url": "https://github.com/MCreator/MCreator/releases/download/2025.1.13416/MCreator.2025.1.Windows.64bit.zip", | ||
| "hash": "sha256:71924E1A76019266A1A7D1C6CA33AC38BE4EC3533F2A925ACE22154A545FC522" | ||
| } | ||
| }, | ||
| "bin": "MCreator20251\\mcreator.exe", | ||
| "shortcuts": [ | ||
| [ | ||
| "MCreator20251\\mcreator.exe", | ||
| "MCreator" | ||
| ] | ||
| ], | ||
|
Comment on lines
+12
to
+18
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Use
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @MBrine85 You can check this wiki for more information about version variables: |
||
| "checkver": { | ||
| "url": "https://github.com/MCreator/MCreator/releases", | ||
| "regex": "tag/([\\d.]+)" | ||
| }, | ||
| "autoupdate": { | ||
| "architecture": { | ||
| "64bit": { | ||
| "url": "https://github.com/MCreator/MCreator/releases/download/$version/MCreator.$version.Windows.64bit.zip" | ||
| } | ||
| } | ||
| } | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.