Skip to content

Commit ee230f9

Browse files
committed
Fix hangover and update
1 parent b5cbda4 commit ee230f9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

assets/patch.tar.gz

0 Bytes
Binary file not shown.

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ Virgl可为使用OpenGL ES的应用提供加速。"""),
594594
或者寻找该Windows软件官方是否提供Linux arm64版本。"""),
595595
const SizedBox.square(dimension: 8),
596596
Wrap(alignment: WrapAlignment.center, spacing: 4.0, runSpacing: 4.0, children: [
597-
OutlinedButton(style: D.commandButtonStyle, child: const Text("安装Hangover稳定版(9.20)"), onPressed: () async {
597+
OutlinedButton(style: D.commandButtonStyle, child: const Text("安装Hangover稳定版(9.22)"), onPressed: () async {
598598
Util.termWrite("bash ~/.local/share/tiny/extra/install-hangover-stable");
599599
G.pageIndex.value = 0;
600600
}),

0 commit comments

Comments
 (0)