Skip to content

Commit dd8172c

Browse files
committed
prepare v2.6.6
1 parent 4c3a53f commit dd8172c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

bin/config/config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Installer>
3-
<Name>NFC Laboratory 2.6.4 - [email protected]</Name>
4-
<Version>2.6.2</Version>
3+
<Name>NFC Laboratory 2.6.6 - [email protected]</Name>
4+
<Version>2.6.6</Version>
55
<Title>NFC Laboratory Installer</Title>
66
<Publisher>Jose Vicente Campos Martinez</Publisher>
77
<StartMenuDir>NFC Laboratory</StartMenuDir>

bin/packages/nfc-lab/meta/package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Package>
3-
<DisplayName>NFC Laboratory 2.6.4 - [email protected]</DisplayName>
3+
<DisplayName>NFC Laboratory 2.6.6 - [email protected]</DisplayName>
44
<Description>NFC Laboratory Package Installer</Description>
5-
<Version>2.6.4</Version>
6-
<ReleaseDate>2022-01-10</ReleaseDate>
5+
<Version>2.6.6</Version>
6+
<ReleaseDate>2022-01-15</ReleaseDate>
77
<Licenses>
88
<License name="License Agreement" file="license.txt" />
99
</Licenses>

build-installer.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ windeployqt.exe --debug --force --compiler-runtime --no-translations --no-system
2323
# windeployqt.exe --release --force --compiler-runtime --no-translations --no-system-d3d-compiler --no-angle --no-opengl-sw $BuildPath/packages/nfc-lab/data/nfc-lab.exe
2424

2525
# Create QT installer
26-
binarycreator.exe -c $BuildPath/config/config.xml -p $BuildPath/packages $BuildPath/nfc-lab-2.6.4-x86_64.exe
26+
binarycreator.exe -c $BuildPath/config/config.xml -p $BuildPath/packages $BuildPath/nfc-lab-2.6.6-x86_64.exe

0 commit comments

Comments
 (0)