Skip to content

Commit

Permalink
Fix hangover and update
Browse files Browse the repository at this point in the history
  • Loading branch information
Cateners committed Dec 1, 2024
1 parent b5cbda4 commit ee230f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified assets/patch.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ Virgl可为使用OpenGL ES的应用提供加速。"""),
或者寻找该Windows软件官方是否提供Linux arm64版本。"""),
const SizedBox.square(dimension: 8),
Wrap(alignment: WrapAlignment.center, spacing: 4.0, runSpacing: 4.0, children: [
OutlinedButton(style: D.commandButtonStyle, child: const Text("安装Hangover稳定版(9.20)"), onPressed: () async {
OutlinedButton(style: D.commandButtonStyle, child: const Text("安装Hangover稳定版(9.22)"), onPressed: () async {
Util.termWrite("bash ~/.local/share/tiny/extra/install-hangover-stable");
G.pageIndex.value = 0;
}),
Expand Down

0 comments on commit ee230f9

Please sign in to comment.