mirror of
https://github.com/Syncplay/syncplay
synced 2025-01-25 00:03:30 +00:00
Removed decode from NSIS script
This commit is contained in:
parent
c4e912a2d5
commit
8cd1d35958
@ -624,7 +624,7 @@ class NSISScript(object):
|
|||||||
totalSize = totalSize,
|
totalSize = totalSize,
|
||||||
)
|
)
|
||||||
with codecs.open(SETUP_SCRIPT_PATH, "w", "utf-8-sig") as outfile:
|
with codecs.open(SETUP_SCRIPT_PATH, "w", "utf-8-sig") as outfile:
|
||||||
outfile.write(contents.decode('utf-8'))
|
outfile.write(contents)
|
||||||
|
|
||||||
def compile(self):
|
def compile(self):
|
||||||
if not os.path.isfile(NSIS_COMPILE):
|
if not os.path.isfile(NSIS_COMPILE):
|
||||||
|
Loading…
Reference in New Issue
Block a user