Make portable argument a flag

This commit is contained in:
Raoul Snyman 2016-12-07 19:09:07 +02:00
parent dc3f564082
commit 1d27ba766d
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ class WindowsBuilder(Builder):
self._build_pptviewlib()
self._create_innosetup_file()
self._run_innosetup()
if self.args.portable and os.path.exists(self.portable_dest_path):
if self.args.portable:
self._run_portableapp_builder()