miurahr / install-linuxdeploy-action

github action to run linuxdeploy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install-linuxdeploy-action

An action to install LinuxDeploy on Github Actions workflow. See linuxdeploy utility details on LinuxDeploy project home. The action can handle plugins for LinuxDeploy.

You can specify plugins.

    - name: Install LinuxDeploy
      uses: miurahr/install-linuxdeploy-action@v1
      with:
        plugins: qt appimage

You can call the utility like as follows:

linuxdeploy-x86_64.AppImage --plugin=qt --output=appimage --create-desktop-file --executable=Apps --appdir appdir --icon-file=Apps.svg

You can also optionally specify a directory to install, that is added to search PATH.

    - name: Install LinuxDeploy
      uses: miurahr/install-linuxdeploy-action@v1
      with:
        dir: ${{ github.workspace }}

This action is distributed under the MIT license.

About

github action to run linuxdeploy

License:MIT License


Languages

Language:TypeScript 93.0%Language:Shell 7.0%