Updated to 1.20.07: see ChangeLog.md

This commit is contained in:
Doug Hennig
2023-09-23 08:00:32 -05:00
parent cb4e60eafe
commit 26c76494be
41 changed files with 10423 additions and 1349 deletions

13
Fb2P_Diff/fb2p_diff.cfg Normal file
View File

@@ -0,0 +1,13 @@
<difftools>
<difftool>
<name>WinMergePortable</name>
<path><<FoxBin2PrgDir>>WinMergePortable\WinMergePortable.exe</path>
<config>/e /x /u /maximize <<filename1>> <<filename2>></config>
</difftool>
<difftool>
<name>Beyond Compare 2</name>
<path><<ProgramFiles>>Beyond Compare 2\BC2.exe</path>
<config><<filename1>> <<filename2>></config>
</difftool>
<default_tool>WinMergePortable</default_tool>
</difftools>