Add version info branding to the tester
This commit is contained in:
parent
cf6f1c461a
commit
a1301163a6
1 changed files with 3 additions and 0 deletions
|
@ -1,8 +1,11 @@
|
|||
import 'dart:io';
|
||||
|
||||
import 'package:servermanager/consts.dart';
|
||||
import 'package:servermanager/structs/settings.dart';
|
||||
|
||||
Future<int> main(List<String> args) async {
|
||||
print(
|
||||
"CONAN EXILES SERVER MOD MANAGER\nTESTSUITE: ABSOLUTE PATHS\n\n:: VERSION ${Consts.VERSION} ::\n\n");
|
||||
Settings.makeAbsoluteSettingsPath();
|
||||
print("Server data absolute path: ${Settings.ABSOLUTE_PATH}");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue