diff --git a/.github/workflows/release-cli.yaml b/.github/workflows/release-cli.yaml index fa2424e..129d9e8 100644 --- a/.github/workflows/release-cli.yaml +++ b/.github/workflows/release-cli.yaml @@ -99,6 +99,12 @@ jobs: - uses: swatinem/rust-cache@v2 - name: Install cargo-dist run: ${{ matrix.install_dist }} + - name: Install dependencies (ubuntu only) + if: runner.os == 'Linux' + # You can remove libayatana-appindicator3-dev if you don't use the system tray feature. + run: | + sudo apt-get update + sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev librsvg2-dev - name: Build artifacts run: | # Actually do builds and make zips and whatnot diff --git a/README.md b/README.md index c3337c3..6d797a4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # DAR to OAR Converter(GUI & CLI) -[![Cargo Lint & Test](https://github.com/SARDONYX-sard/dar-to-oar/actions/workflows/build-and-test.yaml/badge.svg)](https://github.com/SARDONYX-sard/dar-to-oar/actions/workflows/build-and-test.yaml) +[![Cargo Lint & Test](https://github.com/SARDONYX-sard/dar-to-oar/actions/workflows/lint-and-test.yaml/badge.svg)](https://github.com/SARDONYX-sard/dar-to-oar/actions/workflows/lint-and-test.yaml) [![Release Cli](https://github.com/SARDONYX-sard/dar-to-oar/actions/workflows/release-cli.yaml/badge.svg)](https://github.com/SARDONYX-sard/dar-to-oar/actions/workflows/release-cli.yaml) @@ -67,3 +67,10 @@ Options: -V, --version Print version ``` + +## License + +- MIT OR Apache-2.0: Without the source of this application, we could not have + created this Rust converter. Thank you. + +- Original Application: MIT License Copyright (c) 2023 Allison Payne