diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 1867a85..3571aac 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -18,6 +18,7 @@ jobs: - uses: actions/checkout@v4 with: set-safe-directory: true + fetch-depth: 0 - uses: actions/setup-python@v5 - uses: actions-rs/toolchain@v1 with: diff --git a/README.md b/README.md index 2b3f69a..2fa0ee5 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ [![](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black)](https://github.com/dark0dave/mod_installer/releases/latest) [![](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)](https://github.com/dark0dave/mod_installer/releases/latest) [![](https://img.shields.io/badge/mac%20os-000000?style=for-the-badge&logo=apple&logoColor=white)](https://github.com/dark0dave/mod_installer/releases/latest) +[![](https://img.shields.io/github/actions/workflow/status/dark0dave/mod_installer/main.yml?style=for-the-badge)](https://github.com/dark0dave/mod_installer/actions/workflows/main.yaml) +[![](https://img.shields.io/github/license/dark0dave/mod_installer?style=for-the-badge)](./LICENSE) /\/\ ___ __| | (_)_ __ ___| |_ __ _| | | ___ _ __ / \ / _ \ / _` | | | '_ \/ __| __/ _` | | |/ _ \ '__| @@ -46,7 +48,7 @@ The Infinity Engine Mod Installer looks at a "weidu.log" file that you provide. We have a short video that shows how the tool works: -[mod_installer.webm](https://github.com/dark0dave/mod_installer/assets/52840419/98127744-850e-43a1-a9be-adc078b2a829) +![](docs/mod_installer.gif) ## How do I use it? diff --git a/check-version.sh b/check-version.sh index 0d0cb40..ee8a78b 100755 --- a/check-version.sh +++ b/check-version.sh @@ -1,5 +1,5 @@ -#!/usr/bin/env sh -set -eou pipefail +#!/usr/bin/env bash +set -euo pipefail release_tag=$(git describe --tags --abbrev=0); trap "rm -f Cargo.toml.test" SIGINT; diff --git a/docs/mod_installer.gif b/docs/mod_installer.gif new file mode 100644 index 0000000..da52598 Binary files /dev/null and b/docs/mod_installer.gif differ