Skip to content

Commit

Permalink
copy all automation scripts to install dir
Browse files Browse the repository at this point in the history
  • Loading branch information
odrling committed May 31, 2024
1 parent 0b23b8a commit d06c6f9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions automation/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,21 @@ subdir('vapoursynth')
automation_dir = dataroot / 'automation'

install_data(
'autoload/clean-k-tags.lua',
'autoload/cleantags-autoload.lua',
'autoload/driftfix.lua',
'autoload/duetto-meika.lua',
'autoload/karaoke-adjust-1sec.lua',
'autoload/karaoke-auto-leadin.lua',
'autoload/karaoke-split.lua',
'autoload/kara-templater.lua',
'autoload/kf.lua',
'autoload/macro-1-edgeblur.lua',
'autoload/macro-2-mkfullwitdh.lua',
'autoload/select-overlaps.moon',
'autoload/strip-tags.lua',
'autoload/unkf.lua',
'autoload/wohe.lua',
install_dir: automation_dir / 'autoload')

install_data(
Expand Down

0 comments on commit d06c6f9

Please sign in to comment.