mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #1363] [Bug] ARM64 installer still downloads x64 ffmpeg binary #1004
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#1004
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @saschanaz on GitHub (Dec 12, 2024).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1363
Originally assigned to: @NickeManarin on GitHub.
Describe the bug
github.com/NickeManarin/ScreenToGif@22a10b445c/ScreenToGif/Windows/Other/Downloader.xaml.cs (L38-L39)To Reproduce
Steps to reproduce the behavior:
dumpbindumpbin "C:\ProgramData\ScreenToGif\ffmpeg.exe" /headersExpected behavior
ARM64 binary should be downloaded
Output
Desktop (please complete the following information):
Additional context
How is screentogif getting ffmpeg binary though? The code gets it from https://www.screentogif.com/downloads/, is it built from source or is it mirroring from some other distributions? If latter, then this is not immediately solvable as there's no arm64 binary distributions yet.
Related: