Fixed file name and path to renamed groups_de.json file.

This commit is contained in:
Emanuel Schuetze 2012-11-27 22:31:41 +01:00
parent 3c54d1fd65
commit 29b37dad74
1 changed files with 2 additions and 2 deletions

View File

@ -307,8 +307,8 @@ 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"))
shutil.copyfile("openslides/participant/fixtures/groups_de.json",
os.path.join(odir, "groups_de.json"))
copy_dlls(odir)
copy_msvcr(odir)