diff --git a/LICENSE b/LICENSE index 9ffca0b..e6d81fe 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Jakob Senkl +Copyright (c) 2021 Jakob Senkl Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 2df3cc4..75da947 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Download the [latest release](https://github.com/fyr77/EnvyUpdate/releases/latest/download/EnvyUpdate.exe) (or as a [.zip](https://github.com/fyr77/EnvyUpdate/releases/latest/download/EnvyUpdate.zip)) and run it. Windows SmartScreen Messages can be safely ignored. They only happen because this project is not digitally signed. -Or install using [scoop](https://scoop.sh) by running `scoop install https://raw.githubusercontent.com/fyr77/EnvyUpdate/master/res/scoop/envyupdate.json`. +Or install using [scoop](https://scoop.sh) by running `scoop install https://raw.githubusercontent.com/fyr77/fyr77-scoop/main/envyupdate.json`. Enabling Autostart will create a shortcut of EnvyUpdate in the Windows startup folder. diff --git a/res/scoop/envyupdate.json b/res/scoop/envyupdate.json deleted file mode 100644 index 1c482d3..0000000 --- a/res/scoop/envyupdate.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "version": "2.10", - "description": "A small update checker for NVidia GPUs.", - "homepage": "https://github.com/fyr77/EnvyUpdate", - "license": "MIT", - "url": "https://dev.jakobsenkl.pw/envyupdate/2.10-scoop.zip", - "hash": "4CFCBDBBBA8ED4EFC1D226C8BAB4F78DD4F7A0C11A543ADA951DE66B0751F8ED", - "extract_dir": "EnvyUpdate-2.10", - "bin": "EnvyUpdate.exe", - "shortcuts": [ - [ - "EnvyUpdate.exe", - "EnvyUpdate" - ] - ], - "persist": "sd.envy", - "checkver": { - "github": "https://github.com/fyr77/EnvyUpdate" - }, - "autoupdate": { - "url": "https://dev.jakobsenkl.pw/envyupdate/$version-scoop.zip" - } -}