This commit is contained in:
doyle 2023-02-02 09:18:22 +11:00
parent 5b6de47416
commit f577007bc5
2 changed files with 25 additions and 0 deletions

View File

@ -1040,4 +1040,27 @@ def get_manifest():
# --------------------------------------------------------------------------
version = "15.0.0"
result.append({
"label": "ShareX",
"manifests": [
{
"download_url": f"https://github.com/ShareX/ShareX/releases/download/v{version}/ShareX-{version}-portable.zip",
"download_checksum": "c3bc97e9fb8d107e92cb494b50f842fccafbc9fd810588a1b635aee4dbe90bc1",
"version": version,
"executables": [
{
"path": "sharex.exe",
"symlink": [],
"add_to_devenv_path": False,
"checksum": "none",
}
],
"add_to_devenv_script": [],
}
],
})
# --------------------------------------------------------------------------
return result

View File

@ -295,6 +295,8 @@ REM Ensure that eyes-thanks creates their portable INI file in the correct direc
pushd "%~dp0{installed_apps["Eyes-Thanks"][0]["install_dir"].parent.relative_to(install_dir)}"
start "" "%~dp0{installed_apps["Eyes-Thanks"][0]["exe_path"].relative_to(install_dir)}"
popd
start "" "%~dp0{installed_apps["ShareX"][0]["exe_path"].relative_to(install_dir)}"
""")
# Create Odin work-around scripts