diff --git a/win_devenver_manifest.py b/win_devenver_manifest.py index 0131527..8b55cf8 100644 --- a/win_devenver_manifest.py +++ b/win_devenver_manifest.py @@ -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 diff --git a/win_install.py b/win_install.py index 69439ce..94cae7b 100644 --- a/win_install.py +++ b/win_install.py @@ -297,6 +297,7 @@ start "" "%~dp0{installed_apps["Eyes-Thanks"][0]["exe_path"].relative_to(install popd 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