mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 21:12:50 +00:00
Fix indentation
This commit is contained in:
parent
5c2b25c233
commit
2a52c24fa3
@ -220,7 +220,7 @@ class WindowsBuilder(Builder):
|
|||||||
# Build the launcher.
|
# Build the launcher.
|
||||||
self._print(' Building PortableApps 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')
|
'Error creating PortableAppa Launcher')
|
||||||
# Build the portable installer.
|
# Build the portable installer.
|
||||||
self._print(' Building PortableApps Installer')
|
self._print(' Building PortableApps Installer')
|
||||||
self._run_command([self.portableinstaller_exe, self.portable_dest_path],
|
self._run_command([self.portableinstaller_exe, self.portable_dest_path],
|
||||||
|
Loading…
Reference in New Issue
Block a user