mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 13:02:50 +00:00
Bundle libvlc
This commit is contained in:
parent
2151a84908
commit
ee809f1633
@ -382,6 +382,10 @@ class WindowsBuilder(Builder):
|
|||||||
copy(os.path.join(self.mutool_exe), os.path.join(self.dist_path, 'mutool.exe'))
|
copy(os.path.join(self.mutool_exe), os.path.join(self.dist_path, 'mutool.exe'))
|
||||||
else:
|
else:
|
||||||
self._print('... WARNING: mutool.exe not found')
|
self._print('... WARNING: mutool.exe not found')
|
||||||
|
vlc_path = os.path.join(self.program_files, 'VideoLAN', 'VLC')
|
||||||
|
for fname in ['libvlc.dll', 'libvlccore.dll']:
|
||||||
|
self._print_verbose('... {}'.format(fname))
|
||||||
|
copy(os.path.join(vlc_path, fname), os.path.join(self.dist_path, fname))
|
||||||
|
|
||||||
def after_run_sphinx(self):
|
def after_run_sphinx(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user