Router's fix for manifest borkage, thankies!
This commit is contained in:
@@ -636,7 +636,7 @@ class WindowsManifest(ViewerManifest):
|
||||
self.path("zh-CN.pak")
|
||||
self.path("zh-TW.pak")
|
||||
|
||||
with self.prefix(src=os.path.join(pkgbindir, 'release')):
|
||||
with self.prefix(src=pkgbindir):
|
||||
self.path("libvlc.dll")
|
||||
self.path("libvlccore.dll")
|
||||
self.path("plugins/")
|
||||
|
||||
Reference in New Issue
Block a user