Skip to content

Commit

Permalink
Clean up some lingering differences from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-goode committed Oct 26, 2024
1 parent b496316 commit da9c085
Show file tree
Hide file tree
Showing 36 changed files with 24 additions and 1,793 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
update-flake:
if: github.repository == 'unmojang/Fjord Launcher'
if: github.repository == 'unmojang/FjordLauncher'
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ resources/CMakeFiles
html/

# Project Files
*.orig
*.pro.user
CMakeLists.txt.user
CMakeLists.txt.user.*
Expand Down
1 change: 0 additions & 1 deletion buildconfig/BuildConfig.cpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/*
* Prism Launcher - Minecraft Launcher
* Copyright (C) 2022 Sefa Eyeoglu <[email protected]>
* Copyright (C) 2022 Lenny McLennington <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
1 change: 0 additions & 1 deletion buildconfig/BuildConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* Prism Launcher - Minecraft Launcher
* Copyright (c) 2022 Jamie Mansfield <[email protected]>
* Copyright (C) 2022 Sefa Eyeoglu <[email protected]>
* Copyright (C) 2022 Lenny McLennington <[email protected]>
* Copyright (C) 2023 TheKodeToad <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
Expand Down
5 changes: 3 additions & 2 deletions launcher/LaunchController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ void LaunchController::decideAccount()
if (accounts->count() <= 0 || !accounts->anyAccountIsValid()) {
// Tell the user they need to log in at least one account in order to play.
auto reply = CustomMessageBox::selectable(m_parentWidget, tr("No Accounts"),
tr("In order to play Minecraft, you must pick your username or log in to an account "
"Would you like to open the account manager to do this now?"),
tr("In order to play Minecraft, you must have at least one Microsoft "
"account which owns Minecraft logged in. "
"Would you like to open the account manager to add an account now?"),
QMessageBox::Information, QMessageBox::Yes | QMessageBox::No)
->exec();

Expand Down
56 changes: 0 additions & 56 deletions launcher/java/JavaCheckerJob.h

This file was deleted.

57 changes: 0 additions & 57 deletions launcher/minecraft/MinecraftUpdate.h

This file was deleted.

23 changes: 0 additions & 23 deletions launcher/minecraft/auth/flows/AuthlibInjector.cpp

This file was deleted.

17 changes: 0 additions & 17 deletions launcher/minecraft/auth/flows/AuthlibInjector.h

This file was deleted.

22 changes: 0 additions & 22 deletions launcher/minecraft/auth/flows/Mojang.cpp

This file was deleted.

17 changes: 0 additions & 17 deletions launcher/minecraft/auth/flows/Mojang.h

This file was deleted.

123 changes: 0 additions & 123 deletions launcher/minecraft/services/CapeChange.cpp

This file was deleted.

32 changes: 0 additions & 32 deletions launcher/minecraft/services/CapeChange.h

This file was deleted.

Loading

0 comments on commit da9c085

Please sign in to comment.