From 7c25bced5412dadc56469e6c6e9e7839af51136a Mon Sep 17 00:00:00 2001 From: OpportunityLiu Date: Sun, 1 Nov 2020 23:05:51 +0800 Subject: [PATCH] use appx --- ExViewer/Views/UpdateDialog.xaml.cs | 2 +- README.ko.md | 2 +- README.md | 2 +- README.zh-hans.md | 2 +- appveyor.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ExViewer/Views/UpdateDialog.xaml.cs b/ExViewer/Views/UpdateDialog.xaml.cs index 705d3768..c0ca4389 100644 --- a/ExViewer/Views/UpdateDialog.xaml.cs +++ b/ExViewer/Views/UpdateDialog.xaml.cs @@ -38,7 +38,7 @@ internal UpdateDialog(VersionChecker.GitHubRelease release) private long currentDownloaded = 0; private long totalDownloaded = 0; - private static string[] downloadExt = new[] { ".cer", "msix", ".appx", ".appxbundle" }; + private static string[] downloadExt = new[] { ".cer", ".msix", ".appx", ".appxbundle" }; private async void ContentDialog_PrimaryButtonClick(ContentDialog sender, ContentDialogButtonClickEventArgs args) { diff --git a/README.ko.md b/README.ko.md index 6332eb06..0c13b654 100644 --- a/README.ko.md +++ b/README.ko.md @@ -19,7 +19,7 @@ 종속성 ([x86](https://raw.github.com/wiki/OpportunityLiu/E-Viewer/Dependencies/x86.zip)|[x64](https://raw.github.com/wiki/OpportunityLiu/E-Viewer/Dependencies/x64.zip)|[ARM](https://raw.github.com/wiki/OpportunityLiu/E-Viewer/Dependencies/ARM.zip))과 인증서(`.cer` 파일)를 먼저 설치하십시오. -`.msix` 파일을 다운로드하여 설치하십시오. +`.appx` 파일을 다운로드하여 설치하십시오. `.appxsym` 파일은 디버깅을 위한 심볼 파일입니다. ## 자주 묻는 질문 diff --git a/README.md b/README.md index 8664a472..df18309d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ A Client for e-hentai.org on Windows 10. Install dependencies ([x86](https://raw.github.com/wiki/OpportunityLiu/E-Viewer/Dependencies/x86.zip)|[x64](https://raw.github.com/wiki/OpportunityLiu/E-Viewer/Dependencies/x64.zip)|[ARM](https://raw.github.com/wiki/OpportunityLiu/E-Viewer/Dependencies/ARM.zip)) and signature (`.cer` file) first.   -Please download `.msix` file to install. +Please download `.appx` file to install. `.appxsym` files are symbol files for debugging.   ## FAQ diff --git a/README.zh-hans.md b/README.zh-hans.md index c1da8193..3936c396 100644 --- a/README.zh-hans.md +++ b/README.zh-hans.md @@ -14,7 +14,7 @@ 首先安装依赖包 ([x86](https://raw.github.com/wiki/OpportunityLiu/E-Viewer/Dependencies/x86.zip)|[x64](https://raw.github.com/wiki/OpportunityLiu/E-Viewer/Dependencies/x64.zip)|[ARM](https://raw.github.com/wiki/OpportunityLiu/E-Viewer/Dependencies/ARM.zip)) 和证书(`.cer` 文件)。 -下载 `.msix` 安装包来安装。 +下载 `.appx` 安装包来安装。 `.appxsym` 文件是用于调试的符号信息。 ## 常见问题 diff --git a/appveyor.yml b/appveyor.yml index 9b2c3b6f..194c14bd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,7 +34,7 @@ build: verbosity: minimal artifacts: - path: /ExViewer/AppPackages/*/*.appxsym -- path: /ExViewer/AppPackages/*/*.msix +- path: /ExViewer/AppPackages/*/*.appx - path: /ExViewer/AppPackages/*/*.cer deploy: - provider: GitHub