From 986bab369c2023aa178a9d04f4054ec7a52bb537 Mon Sep 17 00:00:00 2001 From: Sam Cao Date: Sat, 24 Aug 2024 15:02:49 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Remove=20ZenLib=20build?= =?UTF-8?q?=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/windows_build.yml | 4 ---- README.md | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index 1630d54..cbba9d6 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -70,10 +70,6 @@ jobs: run: | cd .. git clone https://github.com/MediaArea/ZenLib.git - cd ZenLib/Project/GNU/Library - ./autogen.sh - ./configure --enable-static - make -j 4 - name: Build MediaInfoLib run: | diff --git a/README.md b/README.md index a0c3cf6..b0b6755 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # BetterMediaInfo -[![MacOS Build](https://github.com/caoccao/BetterMediaInfo/actions/workflows/macos_build.yml/badge.svg)](https://github.com/caoccao/BetterMediaInfo/actions/workflows/macos_build.yml) +[![MacOS Build](https://github.com/caoccao/BetterMediaInfo/actions/workflows/macos_build.yml/badge.svg)](https://github.com/caoccao/BetterMediaInfo/actions/workflows/macos_build.yml) [![Windows Build](https://github.com/caoccao/BetterMediaInfo/actions/workflows/windows_build.yml/badge.svg)](https://github.com/caoccao/BetterMediaInfo/actions/workflows/windows_build.yml) BetterMediaInfo is a better GUI for [MediaInfo](https://github.com/MediaArea/MediaInfo). Why? Because I'm not a fan of the official MediaInfo GUI.