Windows OS fix.

Added import "ffmpeg Gui/convertor" to convertor_windows.go
This commit is contained in:
Leonid Nikitin 2024-01-28 22:08:40 +06:00
parent 3c563d1966
commit 6f0bbf7e29
Signed by: kor-elf
GPG Key ID: 7DE8F80C5CEC2C0D

View File

@ -3,6 +3,8 @@
package handler
import "ffmpegGui/convertor"
func getPathsToFF() []convertor.FFPathUtilities {
return []convertor.FFPathUtilities{{"ffmpeg\\bin\\ffmpeg.exe", "ffmpeg\\bin\\ffprobe.exe"}}
}