Fix a typo

This commit is contained in:
Raoul Snyman 2016-12-09 01:38:22 +02:00
parent 47ad69b9ae
commit 5c2b25c233
1 changed files with 1 additions and 1 deletions

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')