Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
[fix] Fix unzipping FFMPEG
Browse files Browse the repository at this point in the history
  • Loading branch information
rgm89git committed Oct 8, 2023
1 parent f323a22 commit f2e7cc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
filename: "ffmpeg.7z"

- name: Unzip FFmpeg
run: 7z x '-i!ffmpeg-2023-10-04-git-9078dc0c52-essentials_build/bin/ffmpeg.exe' ffmpeg.7z
run: 7z x ffmpeg.7z

- name: List all files - Before compile
run: ls
Expand Down
2 changes: 1 addition & 1 deletion ntscQT.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ block_cipher = None
a = Analysis(
['ntscQT.py'],
pathex=['C:/hostedtoolcache/windows/python/3.10.11/x64/lib/site-packages'],
binaries=[('C:/hostedtoolcache/windows/python/3.10.11/x64/lib/site-packages/cv2/opencv_videoio_ffmpeg*.dll', '.'), ('./ffmpeg.exe', '.')],
binaries=[('C:/hostedtoolcache/windows/python/3.10.11/x64/lib/site-packages/cv2/opencv_videoio_ffmpeg*.dll', '.'), ('./ffmpeg-2023-10-04-git-9078dc0c52-essentials_build/bin/ffmpeg.exe', '.')],
datas=[('./app/ringPattern.npy', './app'), ('translate/*.qm', 'translate/'), ('./icon.png', '.'), ('./ui/img/logo32px.png', './ui/img')],
hiddenimports=[],
hookspath=[],
Expand Down

0 comments on commit f2e7cc5

Please sign in to comment.