Skip to content

Commit

Permalink
🐞 fix: Revert to the official MediaInfoLib
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Aug 25, 2024
1 parent 452509e commit 9e01414
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- .github/**
- '!.github/workflows/macos_build.yml'
- "**.md"
- "docs/**"
push:
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- .github/**
- '!.github/workflows/windows_build.yml'
- "**.md"
- "docs/**"
push:
Expand Down Expand Up @@ -70,7 +72,7 @@ jobs:
- name: Build MediaInfoLib
run: |
cd ..
git clone https://github.com/caoccao/MediaInfoLib.git
git clone https://github.com/MediaArea/MediaInfoLib.git
cd MediaInfoLib\Project\MSVC2022
msbuild MediaInfoLib.sln -t:rebuild -verbosity:diag -property:Configuration=Release -property:Platform=x64
Expand All @@ -79,9 +81,9 @@ jobs:
pnpm install
pnpm tauri build
- name: Upload the Artifact
- name: Upload the msi
uses: actions/upload-artifact@v4
with:
name: Better_Media_Info-windows-x86_64-${{ env.BETTER_MEDIA_INFO_VERSION }}
name: Better_Media_Info-windows-x86_64-${{ env.BETTER_MEDIA_INFO_VERSION }}-msi
path: |
src-tauri/target/release/bundle/msi/*.msi
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

```sh
git clone https://github.com/caoccao/BetterMediaInfo.git
git clone https://github.com/caoccao/MediaInfoLib.git
git clone https://github.com/MediaArea/MediaInfoLib.git
git clone https://github.com/MediaArea/ZenLib.git
```

Expand Down

0 comments on commit 9e01414

Please sign in to comment.