mirror of
https://github.com/Syncplay/syncplay
synced 2025-01-09 16:19:46 +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,
|
||||
)
|
||||
with codecs.open(SETUP_SCRIPT_PATH, "w", "utf-8-sig") as outfile:
|
||||
outfile.write(contents.decode('utf-8'))
|
||||
outfile.write(contents)
|
||||
|
||||
def compile(self):
|
||||
if not os.path.isfile(NSIS_COMPILE):
|
||||
|
Loading…
Reference in New Issue
Block a user