Skip to content

Commit b619356

Browse files
author
liuchuancong
committed
fix(*)
1 parent 5ead1fd commit b619356

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/modules/about/widgets/version_dialog.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class NewVersionDialog extends StatelessWidget {
3434
final apkUrl =
3535
'${VersionUtil.projectUrl}/releases/download/v${VersionUtil.latestVersion}/app-armeabi-v7a-release.apk';
3636
final windowsExecutableUrl =
37-
'${VersionUtil.projectUrl}/releases/download/v${VersionUtil.latestVersion}/PureLive-${packageInfo.version}-windows-x64-setup.exe';
37+
'${VersionUtil.projectUrl}/releases/download/v${VersionUtil.latestVersion}/PureLive-${packageInfo.version}+${packageInfo.buildNumber}-windows-x64-setup.exe';
3838

3939
return AlertDialog(
4040
title: Text(S.of(context).check_update),

0 commit comments

Comments
 (0)