19 Commits

Author SHA1 Message Date
Howard Wu
fd51bd872b Do not open and close files in each new thread 2023-04-11 04:55:18 +08:00
Howard Wu
bbfc3c2d29 Refine WSA download links generate
Refine dependencies install
2023-04-11 04:35:46 +08:00
Howard Wu
86759ad241 All Python scripts use relative path 2023-03-26 20:34:44 +08:00
Howard Wu
58e17da60a Don't filter any Python warnings 2023-03-24 22:53:48 +08:00
Howard20181
d41bee363b Fix offline mode GApps version 2023-01-11 17:05:56 +08:00
Jishnu M
ebb7a7f548
send request to generate wsa links via threads (#323) 2023-01-02 16:00:44 +08:00
Howard Wu
21206dbf15 Fix prop split 2022-12-18 19:56:34 +08:00
Howard Wu
615c125030 Support for custom Microsoft account identity
Create a file named `.ms_account` in the download directory and write `user_code=` in it to import it automatically
2022-12-18 18:53:47 +08:00
Howard Wu
c86cd29e33
Add more info to artifact name (#286) 2022-12-09 17:21:29 +08:00
Howard Wu
c9e4374c2f
Download GApps by Android version (#280) 2022-12-08 16:06:23 +08:00
Howard Wu
7f8a7af174 No need to store WSA's msixbundle separately
WSA's `msixbundle` is a `neutral` package which contains different architectures in the same package.
2022-11-23 16:10:41 +08:00
Howard Wu
97dba57d42 Update installation script
Make sure to run Powershell on the Administrator account using the console host
Check the version before installing dependencies, and install dependencies only if needed
2022-10-05 21:47:46 +08:00
MilkClouds
ed2529e620
Fixed typo related to f.close() (#155) 2022-09-30 00:55:43 +08:00
Howard Wu
9968805324 Use pathlib instead of os.path 2022-09-17 21:15:44 +08:00
Howard Wu
73cb428d1b Check input 2022-08-30 23:47:09 +08:00
Howard20181
38373a5945 Minor Changes 2022-08-26 02:38:57 +08:00
Howard20181
f6a348a596 Download on demand
Delete only when files are corrupted
Download only when a new version of a file is available
close #39
2022-08-26 02:33:27 +08:00
Howard20181
111fd20c18 Rewrite Integrate GApps 2022-08-26 00:20:49 +08:00
Howard20181
9768767b17 Multi-threaded download with aria2
Close #24
2022-08-24 01:54:24 +08:00