mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-06 13:26:58 +03:00
NOISSUE fix build on macOS?
This commit is contained in:
parent
e4c33458f2
commit
4169f53b19
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ public:
|
|||
QString coreModsDir() const;
|
||||
QString resourceDir() const;
|
||||
virtual QString instanceConfigFolder() const override;
|
||||
QString gameRoot() const; // Path to the instance's minecraft directory.
|
||||
QString gameRoot() const override; // Path to the instance's minecraft directory.
|
||||
QString binRoot() const; // Path to the instance's minecraft bin directory.
|
||||
|
||||
/// Get the curent base jar of this instance. By default, it's the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue