Skip to content

Commit

Permalink
把图标改回去。。。
Browse files Browse the repository at this point in the history
  • Loading branch information
wherewhere committed Oct 29, 2021
1 parent 45a9c60 commit db82738
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 17 deletions.
18 changes: 10 additions & 8 deletions README.en-US.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<img alt="APK Installer LOGO" src="https://raw.githubusercontent.com/Paving-Base/APK-Installer/main/logo.png" width="200px"/>

# APK Installer
An Android Application Installer for Windows

Expand Down Expand Up @@ -37,7 +39,7 @@ An Android Application Installer for Windows
### Install the app using the app installation script
- Download and unzip the latest [installation package `(APKInstaller (Package)_x.x.x.0_Test.rar)`](https://github.com/Tangent-90/Coolapk-UWP/releases/latest "下载安装包")
- If you do not have the app installation script, you can download [`Install.ps1`] into the target directory.
![Install.ps1](Images/Guides/Snipaste_2019-10-12_22-49-11.png)
![Install.ps1](https://raw.githubusercontent.com/Paving-Base/APK-Installer/main/Images/Guides/Snipaste_2019-10-12_22-49-11.png)
- Right click on`Install.ps1`, and select 'Open with Powershell'.
- The installation script will guide you through the rest of the process.

Expand All @@ -46,23 +48,23 @@ An Android Application Installer for Windows
- [Turn on side loading mode](https://www.windowscentral.com/how-enable-windows-10-sideload-apps-outside-store)
- If you want to develop UWP applications, you can turn on the [developer mode](https://docs.microsoft.com/zh-cn/windows/uwp/get-started/enable-your-device-for-development). **For most users who do not need to do UWP development, the developer mode is not necessary**
- Install all packages under `Dependencies` folder
![Dependencies](Images/Guides/Snipaste_2019-10-13_15-51-33.png)
![Dependencies](https://raw.githubusercontent.com/Paving-Base/APK-Installer/main/Images/Guides/Snipaste_2019-10-13_15-51-33.png)
- Install the certificate to `Local Machine` > `Place all certificates in the following store` > `Trusted Root CA`
- This operation requires administrator privileges. If you did not use this privilege when installing the certificate, it may be because you installed the certificate to the wrong location or you are using a super administrator account
![安装证书](Images/Guides/Snipaste_2019-10-12_22-46-37.png)
![导入本地计算机](Images/Guides/Snipaste_2019-10-19_15-28-58.png)
![储存到受信任的根证书颁发机构](Images/Guides/Snipaste_2019-10-20_23-36-44.png)
![安装证书](https://raw.githubusercontent.com/Paving-Base/APK-Installer/main/Images/Guides/Snipaste_2019-10-12_22-46-37.png)
![导入本地计算机](https://raw.githubusercontent.com/Paving-Base/APK-Installer/main/Images/Guides/Snipaste_2019-10-19_15-28-58.png)
![储存到受信任的根证书颁发机构](https://raw.githubusercontent.com/Paving-Base/APK-Installer/main/Images/Guides/Snipaste_2019-10-20_23-36-44.png)
- Double click`*.appxbundle`, then click and install.
![安装](Images/Guides/Snipaste_2019-10-13_12-42-40.png)
![安装](https://raw.githubusercontent.com/Paving-Base/APK-Installer/main/Images/Guides/Snipaste_2019-10-13_12-42-40.png)

### Update the app
- Download and unzip the latest installation package [`(APKInstaller (Package)_x.x.x.0_x86_x64_arm_arm64.appxbundle)`](https://github.com/Paving-Base/APK-Installer/releases/latest "下载安装包")
- Double click `*.appxbundle`, click Update, **sit and relax**
![安装](Images/Guides/Snipaste_2019-10-13_16-01-09.png)
![安装](https://raw.githubusercontent.com/Paving-Base/APK-Installer/main/Images/Guides/Snipaste_2019-10-13_16-01-09.png)

## Screenshots
- Install popup
![安装](Images/Screenshots/Snipaste_2021-10-22_21-00-14.png)
![安装](https://raw.githubusercontent.com/Paving-Base/APK-Installer/main/Images/Screenshots/Snipaste_2021-10-22_21-00-14.png)

## Modules used
- [WinUI](https://github.com/microsoft/microsoft-ui-xaml "WinUI")
Expand Down
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<img alt="APK Installer LOGO" src="./logo.png" width="200px"/>
<img alt="APK Installer LOGO" src="https://raw.githubusercontent.com/Paving-Base/APK-Installer/main/logo.png" width="200px"/>

# APK Installer
An Android Application Installer for Windows

[![Crowdin](https://badges.crowdin.net/APKInstaller/localized.svg)](https://crowdin.com/project/APKInstaller)

<a href="https://github.com/Paving-Base/APK-Installer/blob/master/LICENSE"><img alt="GitHub" src="https://img.shields.io/github/license/Paving-Base/APK-Installer.svg?label=License&style=flat-square"></a>
<a href="https://github.com/Paving-Base/APK-Installer/issues"><img alt="GitHub" src="https://img.shields.io/github/issues/Paving-Base/APK-Installer.svg?label=Issues&style=flat-square"></a>
<a href="https://github.com/Paving-Base/APK-Installer/stargazers"><img alt="GitHub" src="https://img.shields.io/github/stars/Paving-Base/APK-Installer.svg?label=Stars&style=flat-square"></a>
Expand Down Expand Up @@ -37,7 +39,7 @@ An Android Application Installer for Windows
### 使用应用安装脚本安装应用
- 下载并解压最新的[安装包`(APKInstaller (Package)_x.x.x.0_Test.rar)`](https://github.com/Tangent-90/Coolapk-UWP/releases/latest "下载安装包")
- 如果没有应用安装脚本,下载[`Install.ps1`](Install.ps1)到目标目录
![Install.ps1](Images/Guides/Snipaste_2019-10-12_22-49-11.png)
![Install.ps1](https://raw.githubusercontent.com/Paving-Base/APK-Installer/main/Images/Guides/Snipaste_2019-10-12_22-49-11.png)
- 右击`Install.ps1`,选择“使用PowerShell运行”
- 应用安装脚本将会引导您完成此过程的剩余部分

Expand All @@ -46,23 +48,23 @@ An Android Application Installer for Windows
- [开启旁加载模式](https://www.windowscentral.com/how-enable-windows-10-sideload-apps-outside-store)
- 如果您想开发UWP应用,您可以开启[开发人员模式](https://docs.microsoft.com/zh-cn/windows/uwp/get-started/enable-your-device-for-development)**对于大多数不需要做UWP开发的用户来说,开发人员模式是没有必要的**
- 安装`Dependencies`文件夹下的适用于您的设备的所有依赖包
![Dependencies](Images/Guides/Snipaste_2019-10-13_15-51-33.png)
![Dependencies](https://raw.githubusercontent.com/Paving-Base/APK-Installer/main/Images/Guides/Snipaste_2019-10-13_15-51-33.png)
- 安装`*.cer`证书到`本地计算机``受信任的根证书颁发机构`
- 这项操作需要用到管理员权限,如果您安装证书时没有用到该权限,则可能是因为您将证书安装到了错误的位置或者您使用的是超级管理员账户
![安装证书](Images/Guides/Snipaste_2019-10-12_22-46-37.png)
![导入本地计算机](Images/Guides/Snipaste_2019-10-19_15-28-58.png)
![储存到受信任的根证书颁发机构](Images/Guides/Snipaste_2019-10-20_23-36-44.png)
![安装证书](https://raw.githubusercontent.com/Paving-Base/APK-Installer/main/Images/Guides/Snipaste_2019-10-12_22-46-37.png)
![导入本地计算机](https://raw.githubusercontent.com/Paving-Base/APK-Installer/main/Images/Guides/Snipaste_2019-10-19_15-28-58.png)
![储存到受信任的根证书颁发机构](https://raw.githubusercontent.com/Paving-Base/APK-Installer/main/Images/Guides/Snipaste_2019-10-20_23-36-44.png)
- 双击`*.appxbundle`,单击安装,坐和放宽
![安装](Images/Guides/Snipaste_2019-10-13_12-42-40.png)
![安装](https://raw.githubusercontent.com/Paving-Base/APK-Installer/main/Images/Guides/Snipaste_2019-10-13_12-42-40.png)

### 更新应用
- 下载并解压最新的[安装包`(APKInstaller (Package)_x.x.x.0_x86_x64_arm_arm64.appxbundle)`](https://github.com/Tangent-90/Coolapk-UWP/releases/latest "下载安装包")
- 双击`*.appxbundle`,单击更新,坐和放宽
![更新](Images/Guides/Snipaste_2019-10-13_16-01-09.png)
![更新](https://raw.githubusercontent.com/Paving-Base/APK-Installer/main/Images/Guides/Snipaste_2019-10-13_16-01-09.png)

## 屏幕截图
- 安装
![安装](Images/Screenshots/Snipaste_2021-10-22_21-00-14.png)
![安装](https://raw.githubusercontent.com/Paving-Base/APK-Installer/main/Images/Screenshots/Snipaste_2021-10-22_21-00-14.png)

## 使用到的模块
- [WinUI](https://github.com/microsoft/microsoft-ui-xaml "WinUI")
Expand Down
Binary file modified logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit db82738

Please sign in to comment.