remove pptlibview build

This commit is contained in:
Tomas Groth 2019-02-15 21:50:35 +01:00
parent ba1564c7be
commit aace963ea6
1 changed files with 0 additions and 2 deletions

View File

@ -277,7 +277,6 @@ class WindowsBuilder(Builder):
self.dist_path = os.path.join(self.work_path, 'dist', 'OpenLP')
self.helpfile_path = os.path.join(self.manual_build_path, 'htmlhelp')
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):
"""
@ -318,7 +317,6 @@ class WindowsBuilder(Builder):
"""
Build the installer
"""
self._build_pptviewlib()
self._create_innosetup_file()
self._run_innosetup()
if self.args.portable: