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:
parent
47ad69b9ae
commit
5c2b25c233
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user