Skip to content

Commit

Permalink
Add WitchBlast version 0.7.5 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
MCOfficer authored and r15ch13 committed Dec 16, 2018
1 parent a795886 commit 991cf33
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions witchblast.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"description": " Roguelite dungeon crawl shooter similar to The Binding of Isaac.",
"homepage": "https://github.com/Cirrus-Minor/witchblast",
"version": "0.7.5",
"license": "GPL3",
"url": "https://github.com/Cirrus-Minor/witchblast/releases/download/v0.7.5/Witch.Blast.v0.7.5.zip",
"hash": "2ed55f51f5a7a1a59d45175242bd62ae602361fc70d337ef7406d5b516398661",
"extract_dir": "Witch Blast v0.7.5",
"shortcuts": [
[
"Witch Blast.exe",
"Witch Blast"
]
],
"pre_install": [
"if(!(Test-Path \"$dir\\config.dat\")) { Set-Content -Value $null -Path \"$dir\\config.dat\" }",
"if(!(Test-Path \"$dir\\game.sav\")) { Set-Content -Value $null -Path \"$dir\\game.sav\" }"
],
"persist": [
"config.dat",
"game.sav",
"data"
],
"checkver": "github",
"##": "Note: No Autoupdate due to inconsistent releases, downloads etc. Also, a new release seems unlikely"
}

0 comments on commit 991cf33

Please sign in to comment.