Skip to content
New issue

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

Add to Scoop "extras" bucket because 1: Start menu shortcut 2: easier self-updating manifest #6

Open
o-l-a-v opened this issue Jul 16, 2024 · 1 comment

Comments

@o-l-a-v
Copy link

o-l-a-v commented Jul 16, 2024

Neat that SyncMLViewer is in WinGet. :)

Not neat that WinGet does not support adding shortcuts for portable applications yet:

But Scoop ( https://scoop.sh/ ) do. And it's more "set and forget" as the automatic manifest update functionality works like a charm. This would fit the Scoop "Extras" bucket ( https://github.com/ScoopInstaller/Extras ) as it's a GUI application. About manifest authoring:

I could make a PR if you'd like. Awaiting your response. 😊

@o-l-a-v o-l-a-v changed the title Add to Scoop "extras" bucket because 1: Start menu shortcut 2: easier self-updating Add to Scoop "extras" bucket because 1: Start menu shortcut 2: easier self-updating manifest Jul 16, 2024
@o-l-a-v
Copy link
Author

o-l-a-v commented Jul 16, 2024

I believe this is a fully working Scoop manifest.

{
  "version": "1.3.1",
  "description": "SyncMLViewer",
  "homepage": "https://github.com/okieselbach/SyncMLViewer",
  "license": "MIT",
  "architecture": {
    "64bit": {
      "url": "https://github.com/okieselbach/SyncMLViewer/raw/master/SyncMLViewer/dist/SyncMLViewer-v131.zip",
      "hash": "9b1a701d93f0f922fad55099112c1341641a5d1a8a8d04cb0812185f364e47d3"
    }
  },
  "bin": "SyncMLViewer.exe",
  "checkver": {
    "github": "https://github.com/okieselbach/SyncMLViewer"
  },
  "shortcuts": [
    [
      "SyncMLViewer.exe",
      "SyncMLViewer"
    ]
  ],
  "autoupdate": {
    "architecture": {
      "64bit": {
        "url": "https://github.com/okieselbach/SyncMLViewer/raw/master/SyncMLViewer/dist/SyncMLViewer-v$cleanVersion.zip"
      }
    }
  }
}

Works in my testing locally at least. 🙂

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant