MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / binRoot

Method binRoot

launcher/minecraft/MinecraftInstance.cpp:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244QString MinecraftInstance::binRoot() const
245{
246 return FS::PathCombine(gameRoot(), "bin");
247}
248
249QString MinecraftInstance::getNativePath() const
250{

Callers 2

executeTaskMethod · 0.80
removeJarMethod · 0.80

Calls 1

PathCombineFunction · 0.85

Tested by

no test coverage detected