Skip to content

v0.2.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Oct 17:43

Release Notes

Fixed

  • 🐛 sanitize folder and file path (#1)

    replace reserved characters with underscores _

    reserved characters:

    • on windows: <, >, :, ", /, \, |, ?, *
    • on unix: /

Install zvuk-dl 0.2.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/skarrok/zvuk-dl-rs/releases/download/v0.2.1/zvuk-dl-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/skarrok/zvuk-dl-rs/releases/download/v0.2.1/zvuk-dl-installer.ps1 | iex"

Download zvuk-dl 0.2.1

File Platform Checksum
zvuk-dl-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
zvuk-dl-x86_64-apple-darwin.tar.xz Intel macOS checksum
zvuk-dl-x86_64-pc-windows-msvc.zip x64 Windows checksum
zvuk-dl-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
zvuk-dl-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum