Skip to content

Commit 1efcbf9

Browse files
author
nothing
committed
FAQ added
1 parent 8123a94 commit 1efcbf9

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This Python script automatically checks for a new version of the Keychron mice s
1111
- [Uninstallation](#uninstallation)
1212
- [Problem reports](#problem-reports)
1313
- [Anti-virus detection](#anti-virus-detection)
14+
- [FAQ](#faq)
1415
- [Thanks to](#thanks-to)
1516
- [Contributing](#contributing)
1617
- [Disclaimer](#disclaimer)
@@ -58,6 +59,16 @@ I have already opened an ticket with Microsoft to get the software whitelisted.
5859

5960
![Windows Defender Submission](images/submission.png)
6061

62+
## FAQ
63+
64+
**Q: Why is the executable so big?**
65+
66+
A: The executable is so big because it contains the python interpreter and all the dependencies. This is because I used [PyInstaller](https://www.pyinstaller.org/) to create the executable. I am currently looking into other ways to create the executable.
67+
68+
**Q: Why the installer?**
69+
70+
A: I used [Inno Setup](https://jrsoftware.org/isinfo.php) to create the installer. This is because I wanted to make the installation process as easy as possible. Also it makes uninstalling and starting the software on startup easier.
71+
6172
## Thanks to
6273

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

0 commit comments

Comments
 (0)