devenver: Add speedcrunch
This commit is contained in:
parent
ce56e2f642
commit
82611b2d3b
@ -1086,4 +1086,27 @@ def get_manifest():
|
|||||||
|
|
||||||
# --------------------------------------------------------------------------
|
# --------------------------------------------------------------------------
|
||||||
|
|
||||||
|
version = "0.12"
|
||||||
|
result.append({
|
||||||
|
"label": "SpeedCrunch",
|
||||||
|
"manifests": [
|
||||||
|
{
|
||||||
|
"download_url": f"https://bitbucket.org/heldercorreia/speedcrunch/downloads/SpeedCrunch-{version}-win32.zip",
|
||||||
|
"download_checksum": "024362bccd7908b508192cd90c2f6a716b5aa4fa5c7ff2aea9a1bf49d6580175",
|
||||||
|
"version": version,
|
||||||
|
"executables": [
|
||||||
|
{
|
||||||
|
"path": "speedcrunch.exe",
|
||||||
|
"symlink": [],
|
||||||
|
"add_to_devenv_path": False,
|
||||||
|
"checksum": "c80409586d6b36d315ce9462fd9020a12b07633a569d94a8ee057bcd18ee5647",
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"add_to_devenv_script": [],
|
||||||
|
}
|
||||||
|
],
|
||||||
|
})
|
||||||
|
|
||||||
|
# --------------------------------------------------------------------------
|
||||||
|
|
||||||
return result
|
return result
|
||||||
|
@ -297,6 +297,7 @@ start "" "%~dp0{installed_apps["Eyes-Thanks"][0]["exe_path"].relative_to(install
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
start "" "%~dp0{installed_apps["ShareX"][0]["exe_path"].relative_to(install_dir)}"
|
start "" "%~dp0{installed_apps["ShareX"][0]["exe_path"].relative_to(install_dir)}"
|
||||||
|
start "" "%~dp0{installed_apps["SpeedCrunch"][0]["exe_path"].relative_to(install_dir)}"
|
||||||
""")
|
""")
|
||||||
|
|
||||||
# Create Odin work-around scripts
|
# Create Odin work-around scripts
|
||||||
|
Loading…
Reference in New Issue
Block a user