Giter VIP home page Giter VIP logo

Comments (5)

dx0eu avatar dx0eu commented on May 18, 2024

我貼一個 scoop XDD

{
    "homepage": "https://aria-ng.xmader.com/",
    "version": "1.9.4",
    "license": "MIT",
    "description": "An Aria2 GUI for Windows & Linux & MacOS https://aria-ng.xmader.com/",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Xmader/aria-ng-gui/releases/download/v1.9.4/AriaNgGUI-win32-x64.zip",
            "hash": "afca91464cb82750659c13aa989e6dd86d7871e0d6afadbd84dc00d53d9d83a4",
            "extract_dir": "aria-ng-gui-win32-x64"
        },
        "32bit": {
            "url": "https://github.com/Xmader/aria-ng-gui/releases/download/v1.9.4/AriaNgGUI-win32-ia32.zip",
            "hash": "945a18d2cec18ab36bd1900544f2dbffbe78497416310c9c412acd3407a36ac1",
            "extract_dir": "aria-ng-gui-win32-ia32"
        }
    },
    "bin": "AriaNgGUI.exe",
    "shortcuts": [
        [
            "AriaNgGUI.exe",
            "AriaNgGUI"
        ]
    ],
    "checkver": {
        "url": "https://github.com/Xmader/aria-ng-gui/releases/latest"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Xmader/aria-ng-gui/releases/download/v$version/AriaNgGUI-win32-x64.zip"
            },
            "32bit": {
                "url": "https://github.com/Xmader/aria-ng-gui/releases/download/v$version/AriaNgGUI-win32-ia32.zip"
            }
        }
    }
}

可以弄個腳本讓 Travis CI 自動提交過去.

from aria-ng-gui.

Xmader avatar Xmader commented on May 18, 2024

我貼一個 scoop XDD

{
    "homepage": "https://aria-ng.xmader.com/",
    "version": "1.9.4",
    "license": "MIT",
    "description": "An Aria2 GUI for Windows & Linux & MacOS https://aria-ng.xmader.com/",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Xmader/aria-ng-gui/releases/download/v1.9.4/AriaNgGUI-win32-x64.zip",
            "hash": "afca91464cb82750659c13aa989e6dd86d7871e0d6afadbd84dc00d53d9d83a4",
            "extract_dir": "aria-ng-gui-win32-x64"
        },
        "32bit": {
            "url": "https://github.com/Xmader/aria-ng-gui/releases/download/v1.9.4/AriaNgGUI-win32-ia32.zip",
            "hash": "945a18d2cec18ab36bd1900544f2dbffbe78497416310c9c412acd3407a36ac1",
            "extract_dir": "aria-ng-gui-win32-ia32"
        }
    },
    "bin": "AriaNgGUI.exe",
    "shortcuts": [
        [
            "AriaNgGUI.exe",
            "AriaNgGUI"
        ]
    ],
    "checkver": {
        "url": "https://github.com/Xmader/aria-ng-gui/releases/latest"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Xmader/aria-ng-gui/releases/download/v$version/AriaNgGUI-win32-x64.zip"
            },
            "32bit": {
                "url": "https://github.com/Xmader/aria-ng-gui/releases/download/v$version/AriaNgGUI-win32-ia32.zip"
            }
        }
    }
}

可以弄個腳本讓 Travis CI 自動提交過去.

非常感谢
我已将软件添加到 scoop 官方的 extras 仓库中了,现在可以通过 scoop install aria-ng-gui 安装

from aria-ng-gui.

Xmader avatar Xmader commented on May 18, 2024

可以弄個腳本讓 Travis CI 自動提交過去.

scoop 的 extras 仓库维护者会不断从源抓取更新
ScoopInstaller/Extras@bf52ef6

from aria-ng-gui.

dx0eu avatar dx0eu commented on May 18, 2024

@Xmader 還有個問題~ 忘記之前是怎麼測試的了 - - 目前這個版本 2.0.0 因爲打包的 zip 沒有目錄結構, 因此不需要再次解壓, 現在這個 json 無法安裝, 把 extract_dir 刪除掉就好了, 或者重新打包, zip 裏面是一個 extract_dir 對應的目錄, 目錄裏面才是分發文件.

{
    "homepage": "https://aria-ng.xmader.com/",
    "version": "2.0.0",
    "license": "MIT",
    "description": "An Aria2 GUI for Windows & Linux & MacOS.",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Xmader/aria-ng-gui/releases/download/v2.0.0/AriaNgGUI-win32-x64.zip",
            "hash": "6e7467cf1ba6c8a5d42073403aa9cc023247ef3f34104525ec767abbbe7a145f"
        },
        "32bit": {
            "url": "https://github.com/Xmader/aria-ng-gui/releases/download/v2.0.0/AriaNgGUI-win32-ia32.zip",
            "hash": "a2f5ab0e0b5042a28301f64c6e41badcac87688ca6e27df9b1b7e832d8cdf357"
        }
    },
    "bin": "AriaNgGUI.exe",
    "shortcuts": [
        [
            "AriaNgGUI.exe",
            "AriaNgGUI"
        ]
    ],
    "checkver": {
        "github": "https://github.com/Xmader/aria-ng-gui"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Xmader/aria-ng-gui/releases/download/v$version/AriaNgGUI-win32-x64.zip"
            },
            "32bit": {
                "url": "https://github.com/Xmader/aria-ng-gui/releases/download/v$version/AriaNgGUI-win32-ia32.zip"
            }
        },
        "hash": {
            "url": "$baseurl/SHASUMS256.txt"
        }
    }
}

from aria-ng-gui.

dx0eu avatar dx0eu commented on May 18, 2024

已經提交給 scoop-extras 了.

from aria-ng-gui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.