From 44d947acb910f2df9b9b72ad0a10d055901530e7 Mon Sep 17 00:00:00 2001 From: Stevan Pettit Date: Thu, 5 May 2011 09:13:12 -0400 Subject: [PATCH] modified: scripts/windows-builder.py --- scripts/windows-builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/windows-builder.py b/scripts/windows-builder.py index ed2907698..0271f80b8 100644 --- a/scripts/windows-builder.py +++ b/scripts/windows-builder.py @@ -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...'