Set INSTALL_PATH 2.

This commit is contained in:
Gonzalo Exequiel Pedone 2021-02-22 21:05:05 -03:00
parent 63eb7199a1
commit e502d66a3b
No known key found for this signature in database
GPG key ID: B8B09E63E9B85BAF
4 changed files with 0 additions and 4 deletions

View file

@ -38,7 +38,6 @@ class Deploy(DTDeployBase.DeployBase, DTQt5.Qt5Tools):
super().__init__() super().__init__()
rootDir = os.path.normpath(os.path.join(os.path.dirname(os.path.realpath(__file__)), '../..')) rootDir = os.path.normpath(os.path.join(os.path.dirname(os.path.realpath(__file__)), '../..'))
self.setRootDir(rootDir) self.setRootDir(rootDir)
self.installDir = os.path.join(self.buildDir, 'ports/deploy/temp_priv')
self.pkgsDir = os.path.join(self.buildDir, 'ports/deploy/packages_auto', self.targetSystem) self.pkgsDir = os.path.join(self.buildDir, 'ports/deploy/packages_auto', self.targetSystem)
self.detectQtIFW() self.detectQtIFW()
self.detectQtIFWVersion() self.detectQtIFWVersion()

View file

@ -38,7 +38,6 @@ class Deploy(DTDeployBase.DeployBase, DTQt5.Qt5Tools):
super().__init__() super().__init__()
rootDir = os.path.normpath(os.path.join(os.path.dirname(os.path.realpath(__file__)), '../..')) rootDir = os.path.normpath(os.path.join(os.path.dirname(os.path.realpath(__file__)), '../..'))
self.setRootDir(rootDir) self.setRootDir(rootDir)
self.installDir = os.path.join(self.buildDir, 'ports/deploy/temp_priv')
self.pkgsDir = os.path.join(self.buildDir, 'ports/deploy/packages_auto', sys.platform) self.pkgsDir = os.path.join(self.buildDir, 'ports/deploy/packages_auto', sys.platform)
self.detectQtIFW() self.detectQtIFW()
self.detectQtIFWVersion() self.detectQtIFWVersion()

View file

@ -37,7 +37,6 @@ class Deploy(DTDeployBase.DeployBase, DTQt5.Qt5Tools):
rootDir = os.path.normpath(os.path.join(os.path.dirname(os.path.realpath(__file__)), '../..')) rootDir = os.path.normpath(os.path.join(os.path.dirname(os.path.realpath(__file__)), '../..'))
self.setRootDir(rootDir) self.setRootDir(rootDir)
self.targetSystem = 'posix_windows' self.targetSystem = 'posix_windows'
self.installDir = os.path.join(self.buildDir, 'ports/deploy/temp_priv')
self.pkgsDir = os.path.join(self.buildDir, 'ports/deploy/packages_auto/windows') self.pkgsDir = os.path.join(self.buildDir, 'ports/deploy/packages_auto/windows')
self.detectQtIFW() self.detectQtIFW()
self.detectQtIFWVersion() self.detectQtIFWVersion()

View file

@ -37,7 +37,6 @@ class Deploy(DTDeployBase.DeployBase, DTQt5.Qt5Tools):
super().__init__() super().__init__()
rootDir = os.path.normpath(os.path.join(os.path.dirname(os.path.realpath(__file__)), '../..')) rootDir = os.path.normpath(os.path.join(os.path.dirname(os.path.realpath(__file__)), '../..'))
self.setRootDir(rootDir) self.setRootDir(rootDir)
self.installDir = os.path.join(self.buildDir, 'ports/deploy/temp_priv')
self.pkgsDir = os.path.join(self.buildDir, 'ports/deploy/packages_auto/windows') self.pkgsDir = os.path.join(self.buildDir, 'ports/deploy/packages_auto/windows')
self.detectQtIFW() self.detectQtIFW()
self.detectQtIFWVersion() self.detectQtIFWVersion()