Extras icon indicating copy to clipboard operation
Extras copied to clipboard

nuclear: Add version 0.6.17

Open micah-gant opened this issue 2 years ago • 2 comments

Nuclear: Add version 0.6.17 Updated Nuclear to newest stable version (no version not labeled "prerelease" yet)

micah-gant avatar Sep 13 '22 04:09 micah-gant

There is a v missing in checkver and autoupdate. It should be:

    "checkver": {
        "url": "https://api.github.com/repos/nukeop/nuclear/releases",
        "regex": "/nuclear\\.Setup\\.v([\\d.]+)\\.exe"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/nukeop/nuclear/releases/download/v$version/nuclear.Setup.v$version.exe#/dl.7z"
            }
        }
    }

issaclin32 avatar Sep 14 '22 09:09 issaclin32

config location: $Env:AppData\nuclear (This is a reminder. No need to modify anything regard to this.)

issaclin32 avatar Sep 14 '22 09:09 issaclin32

@micah-gant What's the progress of this PR?

jasongodev avatar Mar 17 '23 11:03 jasongodev

https://github.com/ScoopInstaller/Extras/commits/master/bucket/nuclear.json

HUMORCE avatar Apr 15 '23 16:04 HUMORCE