StefanLobbenmeier / youtube-dl-gui

A cross-platform GUI for youtube-dl made in Electron and node.js
GNU Affero General Public License v3.0
1.55k stars 62 forks source link

Create a package for Windows Package Manager #43

Open luispb opened 1 year ago

luispb commented 1 year ago

First of all, congratulations for this fork. It woks like a charm. Have you considered creating a package for Windows Package Manager so any user could easily install it with the winget command?

More documentation here: https://learn.microsoft.com/en-us/windows/package-manager/package/

nlxdodge commented 1 year ago

Actually there already is an action in this repo, but it's not being triggered: https://github.com/StefanLobbenmeier/youtube-dl-gui/actions/workflows/update-winget.yaml

edit: Seems like it's only being triggered on a workflow_dispatch? I will look into this really quickly to see what I can find to fix this.

on:
  workflow_dispatch:
    inputs:
      version:
        description: 'Version number'
        required: true

edit 2: Seems like this bug might be impacting this repo as it was being cloned as well: https://github.com/orgs/community/discussions/25219

briantho commented 1 year ago

+1 for this. winget is great! this app needs to be on winget. if not, scoop.sh would work too