diff --git a/win_devenver_manifest.py b/win_devenver_manifest.py index 081f3ea..7a7fca7 100644 --- a/win_devenver_manifest.py +++ b/win_devenver_manifest.py @@ -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 diff --git a/win_install.py b/win_install.py index f016119..69439ce 100644 --- a/win_install.py +++ b/win_install.py @@ -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