diff --git a/README.md b/README.md index 3957dba8..8de32b95 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Pure Live是一款款平台基于Flutter的直播转码软件,轻松看直播 - Windows ## Windows 安装 +使用 msix 安装请删除 .zip 后缀名。 ![Windows](https://user-images.githubusercontent.com/82752643/221176075-b6604bd4-dd76-4427-8f9c-9a5f33d74620.png) diff --git a/lib/common/utils/version_util.dart b/lib/common/utils/version_util.dart index 6838f2aa..59f6d6ff 100644 --- a/lib/common/utils/version_util.dart +++ b/lib/common/utils/version_util.dart @@ -2,7 +2,7 @@ import 'dart:convert'; import 'package:http/http.dart' as http; class VersionUtil { - static const String version = '1.0.9'; + static const String version = '1.1.0'; static const String projectUrl = 'https://github.com/Jackiu1997/pure_live'; static const String releaseUrl = 'https://api.github.com/repos/Jackiu1997/pure_live/releases'; diff --git a/pubspec.yaml b/pubspec.yaml index 3508e8b3..0033e911 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: "1.0.9" +version: "1.1.0" environment: sdk: ">=2.16.1 <3.0.0" @@ -146,9 +146,9 @@ flutter: - family: CustomIcons fonts: - asset: assets/icons/CustomIcons.ttf - # - family: PingFang - # fonts: - # - asset: assets/PingFangSC.ttf + - family: PingFang + fonts: + - asset: assets/PingFangSC.ttf # # For details regarding fonts from package dependencies, # see https://flutter.dev/custom-fonts/#from-packages @@ -164,7 +164,7 @@ msix_config: display_name: Pure Live publisher_display_name: puretech.com identity_name: com.puretech.purelive - msix_version: 1.0.9.0 + msix_version: 1.1.0.0 logo_path: assets/icons/icon.png capabilities: internetClient certificate_path: ~\keystore\puretech_signcert.pfx