mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 04:52:50 +00:00
Make portable argument a flag
This commit is contained in:
parent
dc3f564082
commit
1d27ba766d
@ -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()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user