Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-27 21:08:02 +08:00
parent 2333736a72
commit 8e26a7bc9d

View File

@@ -18,7 +18,7 @@ void main() async {
'HEAD', 'HEAD',
])).stdout.toString().trim(); ])).stdout.toString().trim();
if (Platform.isAndroid) { if (Platform.isLinux) {
versionName += '-${commitHash.substring(0, 9)}'; versionName += '-${commitHash.substring(0, 9)}';
} }