Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Serg-Norseman committed Mar 14, 2021
1 parent 731b9b8 commit 8de6ddc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coverage:
disable_default_path_fixes: false
disable_default_path_fixes: true
precision: 2
round: nearest
range: 60..100
Expand Down
22 changes: 11 additions & 11 deletions deploy/gk2_win_setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,8 @@ SectionGroup /e "$(gkplg)"
File "..\plugins\GKTreeVizPlugin.enu"
File "..\plugins\GKTreeVizPlugin.ukr"
File "..\plugins\GKTreeVizPlugin.pol"
File "..\plugins\ArborGVT.dll"
File "..\plugins\BSLib.DataViz.Model.dll"
File "..\plugins\BSLib.DataViz.WFControls.dll"
SectionEnd

Section "$(gkp_iv)"
Expand Down Expand Up @@ -564,23 +565,22 @@ Section "Uninstall"
Delete $INSTDIR\GKCore.dll
Delete $INSTDIR\GKTray.exe

Delete $INSTDIR\LinqBridge.dll
Delete $INSTDIR\NLog.dll
Delete $INSTDIR\nVLC.dll
Delete $INSTDIR\YamlSerializer.dll

Delete $INSTDIR\BSLib.dll
Delete $INSTDIR\BSLib.DataViz.Model.dll
Delete $INSTDIR\BSLib.Design.dll
Delete $INSTDIR\BSLib.Design.WFHandlers.dll
Delete $INSTDIR\BSLib.Linguistics.dll
Delete $INSTDIR\BSLib.SmartGraph.dll
Delete $INSTDIR\GMap.NET.Core.dll
Delete $INSTDIR\GMap.NET.WindowsForms.dll

Delete $INSTDIR\ArborGVT.dll
Delete $INSTDIR\DotNetRtfWriter.dll
Delete $INSTDIR\ExcelLibrary.dll
Delete $INSTDIR\GMap.NET.Core.dll
Delete $INSTDIR\GMap.NET.WindowsForms.dll
Delete $INSTDIR\itextsharp.dll
Delete $INSTDIR\lua51.dll
Delete $INSTDIR\LuaInterface.dll
Delete $INSTDIR\NLog.dll
Delete $INSTDIR\nVLC.dll
Delete $INSTDIR\Ude.dll
Delete $INSTDIR\YamlSerializer.dll
Delete $INSTDIR\ZedGraph.dll

Delete $INSTDIR\uninstall.exe
Expand Down
2 changes: 1 addition & 1 deletion projects/GKCore/GKCore/GKData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static class GKData
public const string APP_MAIL = "[email protected]";

public const int APP_FORMAT_DEFVER = 39; // don't change it!
public const int APP_FORMAT_CURVER = 41;
public const int APP_FORMAT_CURVER = 42; // v2.17.0

public const string GEDCOM_EXT = "ged";
public const string GEDCOM_SEC_EXT = "geds";
Expand Down

0 comments on commit 8de6ddc

Please sign in to comment.