Skip to content
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions bucket/mcreator.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": "2025.1.13416",
"description": "MCreator - Minecraft mod maker",
Comment thread
Calinou marked this conversation as resolved.
Outdated
"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

@Calinou Calinou May 26, 2025

Copy link
Copy Markdown
Owner

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).

Copy link
Copy Markdown
Contributor

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

"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"
}
}
}
}