forked from openlp/openlp
fixed line length
This commit is contained in:
parent
659e3719f0
commit
995b4274c5
@ -128,8 +128,8 @@ def build_application(settings, app_name_lower, app_dir):
|
|||||||
%(application_directory)s/Contents/MacOS/plugins/presentations' \
|
%(application_directory)s/Contents/MacOS/plugins/presentations' \
|
||||||
% { 'application_directory' : app_dir })
|
% { 'application_directory' : app_dir })
|
||||||
if (result != 0):
|
if (result != 0):
|
||||||
logging.error('[%s] could not remove presentations plugins, dmg creation failed!',
|
logging.error('[%s] could not remove presentations plugins, dmg \
|
||||||
script_name)
|
creation failed!', script_name)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
logging.info('[%s] copying the icons to the resource directory...',
|
logging.info('[%s] copying the icons to the resource directory...',
|
||||||
@ -170,8 +170,8 @@ def build_application(settings, app_name_lower, app_dir):
|
|||||||
% { 'ts_file' : ts_file, 'target_directory' : app_dir,
|
% { 'ts_file' : ts_file, 'target_directory' : app_dir,
|
||||||
'base': os.path.splitext(os.path.basename(ts_file))[0] })
|
'base': os.path.splitext(os.path.basename(ts_file))[0] })
|
||||||
if (result != 0):
|
if (result != 0):
|
||||||
logging.error('[%s] could not copy the translations, dmg creation \
|
logging.error('[%s] could not copy the translations, dmg \
|
||||||
failed!', script_name)
|
creation failed!', script_name)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
def deploy_qt(settings):
|
def deploy_qt(settings):
|
||||||
|
Loading…
Reference in New Issue
Block a user