Add workaround for non ascii path to binary on Windows
This commit is contained in:
parent
63876a3215
commit
b67935ef57
@ -38,6 +38,8 @@ for f in glob(ssl_dir + '/bin/*.dll'):
|
|||||||
c.print('>> Copying {} to {}'.format(f, install_dir))
|
c.print('>> Copying {} to {}'.format(f, install_dir))
|
||||||
shutil.copy(f, install_dir)
|
shutil.copy(f, install_dir)
|
||||||
|
|
||||||
|
open(os.path.join(install_dir, 'qt.conf'), 'a').close()
|
||||||
|
|
||||||
c.archive(c.get_folder_files(os.path.relpath(install_dir)), artifact_path)
|
c.archive(c.get_folder_files(os.path.relpath(install_dir)), artifact_path)
|
||||||
|
|
||||||
bin_path = install_dir + '\\' + bin_name + '.exe'
|
bin_path = install_dir + '\\' + bin_name + '.exe'
|
||||||
|
Loading…
Reference in New Issue
Block a user