Skip to content

Commit 5bde085

Browse files
committed
fix workerid length
1 parent abc2bd7 commit 5bde085

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WORKER_ID_PLACEHOLDER_VALUE is the placeholder value assigned to the WorkerID field
1212
# in the executables when we build them. It should be replaced by actual ID when
1313
# the executable is prepared for distribution.
14-
WORKER_ID_PLACEHOLDER_VALUE = '"------------------------".---------------------------'
14+
WORKER_ID_PLACEHOLDER_VALUE = '"------------------------------------------------".---------------------------'
1515
EXP_NAME = "SUPREMEMOOD"
1616

1717
BACKGROUND_COLOR = (.35, .35, .35, 1.0)

package/cogmood_mac.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ app = BUNDLE(
6262
'CFBundleVersion': '1.0.0',
6363
'CFBundleShortVersionString': '1.0.0',
6464
'LSArchitecturePriority': ['x86_64', 'arm64'],
65-
'WorkerID': '"------------------------".---------------------------'
65+
'WorkerID': '"------------------------------------------------".---------------------------'
6666
}
6767
)

package/exe_versioning.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ VSVersionInfo(
2424
StringStruct(u'OriginalFilename', u'SUPREME.exe'),
2525
StringStruct(u'ProductName', u'SUPREME - CogMood'),
2626
StringStruct(u'ProductVersion', u'1.0.0.0'),
27-
StringStruct(u'WorkerID', u'"------------------------".---------------------------')])
27+
StringStruct(u'WorkerID', u'"------------------------------------------------".---------------------------')])
2828
]),
2929
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
3030
]

0 commit comments

Comments
 (0)