diff options
author | sr55 <[email protected]> | 2021-03-06 22:15:48 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2021-03-06 22:15:48 +0000 |
commit | c07495de1b61502ac14dd68b9851c2c5df291abb (patch) | |
tree | 213ed1a65771ed2022b03fa1a3d8bc66c013bee7 | |
parent | 0f84089ef80e29124ede67a84716600d06167518 (diff) |
WinGui: Update wix installer.
-rw-r--r-- | win/CS/HandBrake.Installer/Product.wxs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win/CS/HandBrake.Installer/Product.wxs b/win/CS/HandBrake.Installer/Product.wxs index 14aa19da8..528ef6eb4 100644 --- a/win/CS/HandBrake.Installer/Product.wxs +++ b/win/CS/HandBrake.Installer/Product.wxs @@ -63,9 +63,7 @@ <Component Win64="yes" Id="ApplicationFiles" Guid="cbae29e7-6d39-49bb-8c76-0305c3d42181"> <!-- Core Application --> <File Source="$(var.packagePath)\HandBrake.exe" /> - <File Source="$(var.packagePath)\HandBrake.dll.config"/> <File Source="$(var.packagePath)\HandBrake.Worker.exe" /> - <File Source="$(var.packagePath)\HandBrake.Worker.dll.config"/> <File Source="$(var.packagePath)\hb.dll"/> <File Source="$(var.packagePath)\portable.ini.template"/> </Component> |