Copy initial_data.json to win32 redistributable
This commit is contained in:
parent
0acf6734e9
commit
5f70c9a42c
@ -311,6 +311,9 @@ def main():
|
||||
shutil.copyfile("extras/win32-portable/openslides.exe",
|
||||
os.path.join(odir, "openslides.exe"))
|
||||
|
||||
shutil.copyfile("initial_data.json",
|
||||
os.path.join(odir, "initial_data.json"))
|
||||
|
||||
copy_dlls(odir)
|
||||
copy_msvcr(odir)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user