Skip to content
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

VASSAL: Add VASSAL engine v3.7.14 #1250

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all 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
42 changes: 42 additions & 0 deletions bucket/vassal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"version": "3.7.14",
"description": "VASSAL is a game engine for building and playing online adaptations of board games and card games. Play live on the Internet or by email. VASSAL runs on all platforms, and is free, open-source software.",
"homepage": "https://vassalengine.org",
"license": {
"identifier": "LGPL-2.1-only",
"url": "https://github.com/vassalengine/vassal/raw/master/LICENSE"
},
"notes": "VASSAL 3.7 requires Java 11 or later.",
"suggest": {
"Java Runtime Environment": "java/temurin-jre"
},
"architecture": {
"64bit": {
"url": "https://github.com/vassalengine/vassal/releases/download/3.7.14/VASSAL-3.7.14-windows-x86_64.exe",
"hash": "fb0cd20c1b227cd8966be920080f0e92b4e347e1375b571f9dfb8ce10b7a19ce"
}
},
"installer":{
"script":"Start-Process -FilePath \"$dir\\VASSAL-$version-windows-x86_64.exe\" -ArgumentList \"/S\", \"/D=$dir\" -Wait"
},
"bin": "VASSAL.exe",
"shortcuts": [
[
"VASSAL.exe",
"Vassal"
]
],
"uninstaller":{
"script":"Start-Process -FilePath \"$dir\\uninst.exe\" -ArgumentList '/S' -Wait"
},
"checkver": {
"github": "https://github.com/vassalengine/vassal"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/vassalengine/vassal/releases/download/$version/VASSAL-$version-windows-x86_64.exe"
}
}
}
}