Skip to content

Commit fdbf536

Browse files
committed
new build files
1 parent bd00d68 commit fdbf536

File tree

8 files changed

+14
-101
lines changed

8 files changed

+14
-101
lines changed

installer/fool2.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

installer/test.bat

Lines changed: 0 additions & 78 deletions
This file was deleted.

installer/test2.bat

Lines changed: 0 additions & 8 deletions
This file was deleted.

test/BUILD_EDITOR.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ VSVersionInfo(
77
ffi=FixedFileInfo(
88
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
99
# Set not needed items to zero 0. Must always contain 4 elements.
10-
filevers=(0,1,1,8),
11-
prodvers=(0,1,1,8),
10+
filevers=(0,1,1,9),
11+
prodvers=(0,1,1,9),
1212
# Contains a bitmask that specifies the valid bits 'flags'r
1313
mask=0x3f,
1414
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -32,12 +32,12 @@ VSVersionInfo(
3232
u'040904B0',
3333
[StringStruct(u'CompanyName', u'LordKBX Workshop'),
3434
StringStruct(u'FileDescription', u'eBookCollection reader'),
35-
StringStruct(u'FileVersion', u'0.1.1.8'),
35+
StringStruct(u'FileVersion', u'0.1.1.9'),
3636
StringStruct(u'InternalName', u'eBookCollection reader'),
3737
StringStruct(u'LegalCopyright', u'© LordKBX Workshop. All rights reserved.'),
3838
StringStruct(u'OriginalFilename', u'reader.exe'),
3939
StringStruct(u'ProductName', u'eBookCollection reader'),
40-
StringStruct(u'ProductVersion', u'0.1.1.8')])
40+
StringStruct(u'ProductVersion', u'0.1.1.9')])
4141
]),
4242
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
4343
]

test/BUILD_LIBRARY.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ VSVersionInfo(
77
ffi=FixedFileInfo(
88
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
99
# Set not needed items to zero 0. Must always contain 4 elements.
10-
filevers=(0,1,1,8),
11-
prodvers=(0,1,1,8),
10+
filevers=(0,1,1,9),
11+
prodvers=(0,1,1,9),
1212
# Contains a bitmask that specifies the valid bits 'flags'r
1313
mask=0x3f,
1414
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -32,12 +32,12 @@ VSVersionInfo(
3232
u'040904B0',
3333
[StringStruct(u'CompanyName', u'LordKBX Workshop'),
3434
StringStruct(u'FileDescription', u'eBookCollection reader'),
35-
StringStruct(u'FileVersion', u'0.1.1.8'),
35+
StringStruct(u'FileVersion', u'0.1.1.9'),
3636
StringStruct(u'InternalName', u'eBookCollection reader'),
3737
StringStruct(u'LegalCopyright', u'© LordKBX Workshop. All rights reserved.'),
3838
StringStruct(u'OriginalFilename', u'reader.exe'),
3939
StringStruct(u'ProductName', u'eBookCollection reader'),
40-
StringStruct(u'ProductVersion', u'0.1.1.8')])
40+
StringStruct(u'ProductVersion', u'0.1.1.9')])
4141
]),
4242
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
4343
]

test/BUILD_READER.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ VSVersionInfo(
77
ffi=FixedFileInfo(
88
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
99
# Set not needed items to zero 0. Must always contain 4 elements.
10-
filevers=(0,1,1,8),
11-
prodvers=(0,1,1,8),
10+
filevers=(0,1,1,9),
11+
prodvers=(0,1,1,9),
1212
# Contains a bitmask that specifies the valid bits 'flags'r
1313
mask=0x3f,
1414
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -32,12 +32,12 @@ VSVersionInfo(
3232
u'040904B0',
3333
[StringStruct(u'CompanyName', u'LordKBX Workshop'),
3434
StringStruct(u'FileDescription', u'eBookCollection reader'),
35-
StringStruct(u'FileVersion', u'0.1.1.8'),
35+
StringStruct(u'FileVersion', u'0.1.1.9'),
3636
StringStruct(u'InternalName', u'eBookCollection reader'),
3737
StringStruct(u'LegalCopyright', u'© LordKBX Workshop. All rights reserved.'),
3838
StringStruct(u'OriginalFilename', u'reader.exe'),
3939
StringStruct(u'ProductName', u'eBookCollection reader'),
40-
StringStruct(u'ProductVersion', u'0.1.1.8')])
40+
StringStruct(u'ProductVersion', u'0.1.1.9')])
4141
]),
4242
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
4343
]

test/VERSION_BUILD.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8
1+
9

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
07/03/2021
2-
1:44:47,42
2+
1:48:04,04

0 commit comments

Comments
 (0)