Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
basketshoe authored Dec 21, 2024
1 parent 7105c01 commit 5515422
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bucket/pysolfc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": "3.1.0",
"description": "A collection of more than 1000 solitaire card games",
"homepage": "https://pysolfc.sourceforge.io/",
"license": "GPL-3.0",
"notes": "",
"url": "https://downloads.sourceforge.net/project/pysolfc/files/PySolFC/PySolFC-3.1.0/PySolFC_3.1.0_setup_full.exe",
"hash": "sha1:05c0c3489b75b99ec9e2fb35253dcb32f392e4bf",
"innosetup": true,
"post_install": "if (-not (Test-Path -Path $persist_dir\\config)) { New-Item -Path $dir\\config -ItemType Directory }",
"bin": "pysol.exe",
"shortcuts": [
[
"pysol.exe",
"PySol Fan Club Edition"
]
],
"persist": "config",
"checkver": {
"github": "https://github.com/shlomif/PySolFC",
"regex": "pysolfc-([\\d.]+)"
},
"autoupdate": {
"url": "https://downloads.sourceforge.net/project/pysolfc/files/PySolFC/PySolFC-$version/PySolFC_$version_setup_full.exe"
}
}

0 comments on commit 5515422

Please sign in to comment.