mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 21:12:50 +00:00
remove pptlibview build
This commit is contained in:
parent
ba1564c7be
commit
aace963ea6
@ -277,7 +277,6 @@ class WindowsBuilder(Builder):
|
|||||||
self.dist_path = os.path.join(self.work_path, 'dist', 'OpenLP')
|
self.dist_path = os.path.join(self.work_path, 'dist', 'OpenLP')
|
||||||
self.helpfile_path = os.path.join(self.manual_build_path, 'htmlhelp')
|
self.helpfile_path = os.path.join(self.manual_build_path, 'htmlhelp')
|
||||||
self.winres_path = os.path.join(self.branch_path, 'resources', 'windows')
|
self.winres_path = os.path.join(self.branch_path, 'resources', 'windows')
|
||||||
self.pptviewlib_path = os.path.join(self.source_path, 'plugins', 'presentations', 'lib', 'pptviewlib')
|
|
||||||
|
|
||||||
def copy_extra_files(self):
|
def copy_extra_files(self):
|
||||||
"""
|
"""
|
||||||
@ -318,7 +317,6 @@ class WindowsBuilder(Builder):
|
|||||||
"""
|
"""
|
||||||
Build the installer
|
Build the installer
|
||||||
"""
|
"""
|
||||||
self._build_pptviewlib()
|
|
||||||
self._create_innosetup_file()
|
self._create_innosetup_file()
|
||||||
self._run_innosetup()
|
self._run_innosetup()
|
||||||
if self.args.portable:
|
if self.args.portable:
|
||||||
|
Loading…
Reference in New Issue
Block a user