We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
grayjay-desktop
Follow Creators, Not Platforms
https://grayjay.app/desktop/
https://updater.grayjay.app/Apps/Grayjay.Desktop/2/Grayjay.Desktop-win-x64-v2.zip
I request Grayjay Desktop to be added once it has some kinks around it's built in updater and non-portable mode ironed out.
Related issues:
Portable
Heres what I got so far, it installs and will autoupdate (i think):
{ "$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json", "version": "2", "description": "Follow Creators, Not Platforms.", "homepage": "https://grayjay.app/desktop/", "license": { "identifier": "Unknown", "url": "https://github.com/futo-org/Grayjay.Desktop/blob/master/LICENSE.md" }, "suggest": { "Dotnet Runtime 8": "extras/windowsdesktop-runtime-lts" }, "architecture": { "64bit": { "url": "https://updater.grayjay.app/Apps/Grayjay.Desktop/2/Grayjay.Desktop-win-x64-v2.zip", "hash": "f9a18730f17917cb8b55613eac5eaac895cbe778faf39b63be142e700c492e80", "extract_dir": "Grayjay.Desktop-win-x64-v2" } }, "post_install": [ "$(", " [string[]](", " [System.IO.Path]::Combine($dir,'FUTO.Updater.Client.exe'),", " [System.IO.Path]::Combine($dir,'portable')", " )", ").Where{", " [System.IO.File]::Exists($_)", "}.ForEach{", " $null = [System.IO.File]::Delete($_)", "}" ], "shortcuts": [ [ "Grayjay.exe", "Grayjay" ] ], "post_uninstall": [ "if ($purge) {", " $Directories = [string[]](", " [System.IO.Path]::Combine($env:USERPROFILE,'GrayJay')", " )", " $Directories.ForEach{", " if ([System.IO.Directory]::Exists($_)) {", " $null = [System.IO.Directory]::Delete($_,$true)", " }", " }", "}" ], "checkver": { "url": "https://updater.grayjay.app/Apps/Grayjay.Desktop/VersionLast.json", "regex": "(\\d+)" }, "autoupdate": { "architecture": { "64bit": { "url": "https://updater.grayjay.app/Apps/Grayjay.Desktop/$version/Grayjay.Desktop-win-x64-v$version.zip", "extract_dir": "Grayjay.Desktop-win-x64-v$version" } } } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
Criteria
Name
grayjay-desktop
Description
Follow Creators, Not Platforms
Homepage
https://grayjay.app/desktop/
Download Link(s)
https://updater.grayjay.app/Apps/Grayjay.Desktop/2/Grayjay.Desktop-win-x64-v2.zip
Some Indication of Popularity/Repute
More info
I request Grayjay Desktop to be added once it has some kinks around it's built in updater and non-portable mode ironed out.
Related issues:
Portable
file if previously deleted futo-org/Grayjay.Desktop#253Portable
futo-org/Grayjay.Desktop#256Heres what I got so far, it installs and will autoupdate (i think):
The text was updated successfully, but these errors were encountered: