Windows OS fix.

Added import "ffmpeg Gui/convertor" to convertor_windows.go
This commit is contained in:
2024-01-28 22:08:40 +06:00
parent 3c563d1966
commit 6f0bbf7e29

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"}}
}