Fixed linux ffmpeg path to make more general

This commit is contained in:
Unknown 2017-12-07 16:14:49 +10:30
parent faafee482d
commit ae6b07ec96
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ func setUpDirs() {
ffmpegPath = "/usr/local/bin/ffmpeg"
tempDir = "/tmp/"
default:
ffmpegPath = "/home/saxon/bin/ffmpeg"
ffmpegPath = "/home/$USER/bin/ffmpeg"
tempDir = "/tmp/"
}
}