Skip to content

Commit

Permalink
use appx
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu committed Nov 1, 2020
1 parent e4930a1 commit 7c25bce
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ExViewer/Views/UpdateDialog.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` 파일은 디버깅을 위한 심볼 파일입니다.

## 자주 묻는 질문
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.zh-hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` 文件是用于调试的符号信息。

## 常见问题
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c25bce

Please sign in to comment.