mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
linux check (#1331)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import 'dart:io';
|
||||
|
||||
void main() async {
|
||||
if (Platform.isWindows) {
|
||||
if (Platform.isWindows || Platform.isLinux) {
|
||||
updateVersion();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user