NOISSUE add a linux system packaging install layout
This commit is contained in:
parent
4cf4110d9d
commit
868669a497
13 changed files with 88 additions and 2086 deletions
|
@ -19,6 +19,7 @@
|
|||
#include <minecraft/MinecraftInstance.h>
|
||||
#include <FileSystem.h>
|
||||
#include <QStandardPaths>
|
||||
#include "Env.h"
|
||||
|
||||
LauncherPartLaunch::LauncherPartLaunch(LaunchTask *parent) : LaunchStep(parent)
|
||||
{
|
||||
|
@ -43,7 +44,7 @@ void LauncherPartLaunch::executeTask()
|
|||
// make detachable - this will keep the process running even if the object is destroyed
|
||||
m_process.setDetachable(true);
|
||||
|
||||
args << "-jar" << FS::PathCombine(QCoreApplication::applicationDirPath(), "jars", "NewLaunch.jar");
|
||||
args << "-jar" << FS::PathCombine(ENV.getJarsPath(), "NewLaunch.jar");
|
||||
|
||||
QString wrapperCommand = instance->getWrapperCommand();
|
||||
if(!wrapperCommand.isEmpty())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue