Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2021-11-25 05:41:21 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-11-25 05:41:21 +0300
commit44b1289daa164e600fc2a04b327068b81e3ba524 (patch)
tree50d6cec32740cbc90542fa3de92299eeff49540f /UVtools.InstallerMM/UVtools.InstallerMM.wxs
parent5e2083ef6eec979e10a2860371dc960ac0e847ea (diff)
v2.25.2
- **About box:** - (Add) Processor name - (Add) Memory RAM (Used / Total GB) - (Add) OpenCV and Assemblies tab - (Add) "Copy information" button to copy the whole dialog information, usefull for bug reports - (Improvement) Enumerate the loaded assemblies - (Improvement) Rearrange the elements and put them inside scroll viewers to not strech the window - (Improvement) Allow to resize and maximize the window - (Fix) Auto updater: From this version forward, the linux packages are correctly identified (linux, arch, rhel) and will download the same package as installed. Were downloading the linux-x64 no matter what
Diffstat (limited to 'UVtools.InstallerMM/UVtools.InstallerMM.wxs')
-rw-r--r--UVtools.InstallerMM/UVtools.InstallerMM.wxs3
1 files changed, 3 insertions, 0 deletions
diff --git a/UVtools.InstallerMM/UVtools.InstallerMM.wxs b/UVtools.InstallerMM/UVtools.InstallerMM.wxs
index beda225..e3352b0 100644
--- a/UVtools.InstallerMM/UVtools.InstallerMM.wxs
+++ b/UVtools.InstallerMM/UVtools.InstallerMM.wxs
@@ -350,6 +350,9 @@
<Component Id="owcB31A030E18B3AEFE06E4BF4C96CFFFA1" Guid="5702bba3-1ce1-59a4-83aa-69c210ec428a" Win64="yes">
<File Id="owfB31A030E18B3AEFE06E4BF4C96CFFFA1" Source="$(var.SourceDir)\opencv_videoio_ffmpeg454_64.dll" KeyPath="yes" />
</Component>
+ <Component Id="owc7BB28EFC52A49429849339DF748B25E7" Guid="ded507d6-fd2b-41f2-bd03-cf489e47df7a" Win64="yes">
+ <File Id="owf7BB28EFC52A49429849339DF748B25E7" Source="$(var.SourceDir)\runtime_package.dat" KeyPath="yes" />
+ </Component>
<Component Id="owc363CAFE6342F1E71AB07D13BAEEE5FF0" Guid="8e946fdc-ea52-7c4b-a8b3-69e1ecf51086" Win64="yes">
<File Id="owf363CAFE6342F1E71AB07D13BAEEE5FF0" Source="$(var.SourceDir)\SkiaSharp.dll" KeyPath="yes" />
</Component>