Now updater is comparing versions instead of comparing thier strings

This commit is contained in:
PrzemyslawTusinski
2020-02-25 09:44:13 +01:00
committed by Andrey Nekrasov
parent 0016836022
commit f015995ac4
10 changed files with 210 additions and 4 deletions

View File

@@ -108,6 +108,7 @@
<ClInclude Include="com_object_factory.h" />
<ClInclude Include="notifications.h" />
<ClInclude Include="timeutil.h" />
<ClInclude Include="VersionHelper.h" />
<ClInclude Include="window_helpers.h" />
<ClInclude Include="icon_helpers.h" />
<ClInclude Include="json.h" />
@@ -146,6 +147,7 @@
<ClCompile Include="start_visible.cpp" />
<ClCompile Include="tasklist_positions.cpp" />
<ClCompile Include="common.cpp" />
<ClCompile Include="VersionHelper.cpp" />
<ClCompile Include="windows_colors.cpp" />
<ClCompile Include="window_helpers.cpp" />
<ClCompile Include="winstore.cpp" />