modified:

scripts/windows-builder.py
This commit is contained in:
Stevan Pettit 2011-05-05 09:13:12 -04:00
parent 8b3d9e1884
commit 44d947acb9
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ def copy_windows_files():
copy(os.path.join(winres_path, u'OpenLP.ico'),
os.path.join(dist_path, u'OpenLP.ico'))
copy(os.path.join(winres_path, u'LICENSE.txt'),
os.path.join(dist_path, u'LICENSE.txt'))
os.path.join(dist_path, u'LICENSE.txt'))
def update_translations():
print u'Updating translations...'