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

Add WitchBlast v0.7.5 #10

Merged
merged 2 commits into from
Dec 16, 2018
Merged

Add WitchBlast v0.7.5 #10

merged 2 commits into from
Dec 16, 2018

Conversation

MCOfficer
Copy link
Contributor

No description provided.

witchblast.json Outdated Show resolved Hide resolved
witchblast.json Outdated Show resolved Hide resolved
@r15ch13
Copy link
Collaborator

r15ch13 commented Dec 16, 2018

I would suggest leaving the out bin property and use shortcuts instead. Shortcuts support the working directory.
Also, added persistence for the config files.

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

@MCOfficer
Copy link
Contributor Author

Shortcuts look very promising - learned something new today. Too bad they don't fix this for CLI tools, but for games it'll do.

Also, thanks for the persists.

@r15ch13 r15ch13 merged commit 991cf33 into Calinou:master Dec 16, 2018
@MCOfficer MCOfficer deleted the patch-2 branch December 16, 2018 18:44
@Calinou Calinou added the new package A package should be added label Jun 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new package A package should be added
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants