1
0
mirror of https://gitlab.com/openlp/packaging.git synced 2024-12-22 04:52:50 +00:00

Fix a typo

This commit is contained in:
Raoul Snyman 2016-12-09 01:38:22 +02:00
parent 47ad69b9ae
commit 5c2b25c233

View File

@ -219,7 +219,7 @@ class WindowsBuilder(Builder):
self._print('... WARNING: Windows help file not found')
# Build the launcher.
self._print(' Building PortableApps Launcher')
self_run_command([self.portablelauncher_exe, self.portable_dest_path],
self._run_command([self.portablelauncher_exe, self.portable_dest_path],
'Error creating PortableAppa Launcher')
# Build the portable installer.
self._print(' Building PortableApps Installer')