We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ec258 commit d556f48Copy full SHA for d556f48
contrib/video_ffmpeg.lua
@@ -285,7 +285,7 @@ local defaultVideoDir = ''
285
if dt.configuration.running_os == "windows" then
286
defaultVideoDir = os.getenv("USERPROFILE")..PS .."videos"
287
elseif dt.configuration.running_os == "macos" then
288
- defaultVideoDir = os.getenv("home")..PS.."Videos"
+ defaultVideoDir = os.getenv("HOME")..PS.."Videos"
289
else
290
local handle = io.popen("xdg-user-dir VIDEOS")
291
defaultVideoDir = handle:read()
0 commit comments