mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-20 10:00:14 +08:00
Revise version format
This commit is contained in:
committed by
Melledy
Unverified
parent
edc75b2632
commit
6921ea77a9
@@ -84,7 +84,7 @@ public final class Grasscutter {
|
||||
Tools.createGachaMapping(DATA("gacha_mappings.js")); exitEarly = true;
|
||||
}
|
||||
case "-version" -> {
|
||||
System.out.println("Grasscutter version: " + BuildConfig.VERSION + "\nGit Hash: " + BuildConfig.GIT_HASH); exitEarly = true;
|
||||
System.out.println("Grasscutter version: " + BuildConfig.VERSION + "-" + BuildConfig.GIT_HASH); exitEarly = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user