mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-05 12:56:58 +03:00
SCRATCH separate the generic updater logic from the application
This commit is contained in:
parent
7a71ecd8af
commit
4730f54df7
31 changed files with 1056 additions and 1104 deletions
|
|
@ -14,8 +14,6 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
#include "BuildConfig.h"
|
||||
|
||||
#include "logic/minecraft/MinecraftProcess.h"
|
||||
#include "logic/BaseInstance.h"
|
||||
|
||||
|
|
@ -158,7 +156,7 @@ QStringList MinecraftProcess::javaArguments() const
|
|||
|
||||
void MinecraftProcess::arm()
|
||||
{
|
||||
emit log("MultiMC version: " + BuildConfig.printableVersionString() + "\n\n");
|
||||
printHeader();
|
||||
emit log("Minecraft folder is:\n" + workingDirectory() + "\n\n");
|
||||
|
||||
if (!preLaunch())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue