mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
enable post build script for qt launcher
This commit is contained in:
parent
058343fecc
commit
4c5de120b7
1 changed files with 2 additions and 2 deletions
|
@ -149,7 +149,7 @@ def signBuild(executablePath):
|
|||
|
||||
|
||||
def zipDarwinLauncher():
|
||||
launcherSourcePath = os.path.join(SOURCE_PATH, 'launchers', sys.platform)
|
||||
launcherSourcePath = os.path.join(SOURCE_PATH, 'launchers', 'qt')
|
||||
launcherBuildPath = os.path.join(BUILD_PATH, 'launcher')
|
||||
|
||||
archiveName = computeArchiveName('HQ Launcher')
|
||||
|
@ -170,7 +170,7 @@ def zipDarwinLauncher():
|
|||
|
||||
|
||||
def buildLightLauncher():
|
||||
launcherSourcePath = os.path.join(SOURCE_PATH, 'launchers', sys.platform)
|
||||
launcherSourcePath = os.path.join(SOURCE_PATH, 'launchers', 'qt')
|
||||
launcherBuildPath = os.path.join(BUILD_PATH, 'launcher')
|
||||
if not os.path.exists(launcherBuildPath):
|
||||
os.makedirs(launcherBuildPath)
|
||||
|
|
Loading…
Reference in a new issue