Версия 0.2.0 #2

Merged
kor-elf merged 7 commits from develop into main 2024-01-28 22:45:57 +06:00
Showing only changes of commit 6f0bbf7e29 - Show all commits

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