Change app name

This commit is contained in:
Junyuan Feng
2022-01-11 13:34:15 +08:00
parent a58119ef54
commit db3ec38a0f
7 changed files with 16 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
import 'dart:convert';
import 'dart:io';
const appName = 'ToolBox';
const appName = 'ServerBox';
Future<int> getGitCommitCount() async {
final result = await Process.run('git', ['log', '--oneline']);