Skip to content

Commit 8123a94

Browse files
author
nothing
committed
added images to readme, opened anti AV ticket with MS
1 parent 9f7a5b4 commit 8123a94

6 files changed

Lines changed: 16 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ build/
22
dist/
33
app.log
44
Keychron_mice_updater.spec
5-
innosetup/Keychron_mice_updater_setup.exe
5+
innosetup/Keychron_mice_updater_setup.exe
6+
innosetup/Keychron_mice_updater_setup.zip

images/app_preview.png

5.81 KB
Loading

images/install01.png

16.8 KB
Loading

images/submission.png

24.3 KB
Loading

images/uninstall.png

9.06 KB
Loading

readme.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This Python script automatically checks for a new version of the Keychron mice s
1010
- [Usage](#usage)
1111
- [Uninstallation](#uninstallation)
1212
- [Problem reports](#problem-reports)
13+
- [Anti-virus detection](#anti-virus-detection)
1314
- [Thanks to](#thanks-to)
1415
- [Contributing](#contributing)
1516
- [Disclaimer](#disclaimer)
@@ -21,6 +22,8 @@ This Python script automatically checks for a new version of the Keychron mice s
2122
3. Extract the downloaded `.zip` file.
2223
4. Run the downloaded `.exe` file to start the installation process. Follow the prompts to complete the installation.
2324

25+
![Installation](images/install01.png)
26+
2427
## Usage
2528

2629
1. **Startup**: After installation, the Keychron Software Updater will automatically check for updates to the Keychron software every time you start your computer. (Make sure to check the "Run Keychron Software Updater on startup" checkbox during installation.)
@@ -40,10 +43,21 @@ To uninstall the Keychron Software Updater:
4043
3. Find "Keychron Software Updater" in the list of installed programs and click on it.
4144
4. Click on the "Uninstall" button that appears.
4245

46+
![preview](images/app_preview.png)
47+
![Uninstallation](images/uninstall.png)
48+
4349
## Problem reports
4450

4551
The software will break if Keychron changes the download link for the software. If this happens, please open an issue with your received error message and I will try to fix the problem as soon as possible.
4652

53+
## Anti-virus detection
54+
55+
Currently the windows defender detects the software as a virus. This is a false positive. The software is open source, so you can check the code yourself. If you don't trust me, you can always download the source code and run it yourself.
56+
57+
I have already opened an ticket with Microsoft to get the software whitelisted. Check the picture below for the submission.
58+
59+
![Windows Defender Submission](images/submission.png)
60+
4761
## Thanks to
4862

4963
- [wkentaro](https://github.com/wkentaro) for making [gdown](https://github.com/wkentaro/gdown)

0 commit comments

Comments
 (0)