-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7105c01
commit 5515422
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |