Skip to content

Commit

Permalink
use smoothie-rs from path
Browse files Browse the repository at this point in the history
  • Loading branch information
couleurm committed Feb 25, 2024
1 parent e13b281 commit 02100da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suckless-cut.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local default_export_mode = "smoothie"
-- may also add ffmpeg support later

local smoothie_rs_path = [[D:\smoothie-rs\bin\smoothie-rs.exe]]
local smoothie_rs_path = [[smoothie-rs]]
-- defaults to checking in path

local cut_mode = 'trim'
Expand Down

0 comments on commit 02100da

Please sign in to comment.