Skip to content

Commit

Permalink
Update default ffmpeg path for windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexballas committed Aug 24, 2024
1 parent fadd280 commit 08736ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/gui/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func settingsWindow(s *NewScreen) fyne.CanvasObject {
os := runtime.GOOS
switch os {
case "windows":
return "ffmpeg"
return `C:\ffmpeg\bin\ffmpeg`
case "linux":
return "ffmpeg"
case "darwin":
Expand Down

0 comments on commit 08736ca

Please sign in to comment.