Skip to content

Commit

Permalink
Add Project Infinity manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
elisimpson authored Jan 18, 2024
1 parent 22b01ef commit f069afc
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions bucket/projectinfinity.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"version": "0.10.6",
"description": "Mod manager for Infinity Engine games",
"homepage": "https://github.com/ALIENQuake/ProjectInfinity",
"license": "Unknown",
"architecture": {
"64bit": {
"url": "https://github.com/ALIENQuake/ProjectInfinity/raw/0.10.6/ProjectInfinity.exe",
"hash": "596d1007d032eec707cae19f15444e797013bd656a480b4c6e1fa714e81c4524"
}
},
"pre_install": "$manifest.persist | ForEach-Object { if (!(Test-Path $persist_dir\\$_)) { New-Item $dir\\$_ | Out-Null } }",
"shortcuts": [
[
"ProjectInfinity.exe",
"Project Infinity"
]
],
"persist": "ProjectInfinity.ini",
"checkver": {
"url": "https://github.com/ALIENQuake/ProjectInfinity/tags",
"regex": "tag\\/([\\d.]+)"
},
"autoupdate": {
"url": "https://github.com/ALIENQuake/ProjectInfinity/raw/$version/ProjectInfinity.exe"
}
}

0 comments on commit f069afc

Please sign in to comment.