Moritz Bender
96451a2237
Fix python SyntaxWarning
s on non-raw regex strings ( #810 )
2024-10-27 00:04:02 +08:00
Howard Wu
f310b75fb0
Always check files
2024-02-10 04:38:11 +08:00
Howard Wu
061a0c5984
2024
2024-02-08 18:16:23 +08:00
Howard Wu
bd7dba0a92
No hard-code kernel version
2024-02-08 18:15:03 +08:00
Riccardo Nava
8548114d79
Download correct WSA version ( #712 )
...
The previous script was subject to a race condition, since it searched download links for multiple versions and the last one finishing was the one used
Co-authored-by: Howard Wu <HowardWu20@outlook.com>
2023-10-24 21:48:01 +08:00
Ikko Eltociear Ashimine
7bc3428a5c
Fix typo in generateWSALinks.py ( #671 )
...
version_splited -> version_splitted
2023-10-24 21:40:34 +08:00
sn-o-w
0c4c7521f7
Download Microsoft component packages while using --skip-download-wsa
( #698 )
...
Co-authored-by: Doddddd <88972478+Doddddd@users.noreply.github.com>
2023-10-24 21:38:50 +08:00
Howard Wu
9a4f25e538
Check WSA download link version
...
I don't know why Microsoft's server returns multiple versions at the same time
2023-06-20 12:14:42 +08:00
Howard Wu
2364c36dbb
Fix 2303 build failed
...
Fix #534
The commit also fixes an issue where the version number
was wrong when getting the download link online at the
same time when WSA was already downloaded
2023-05-14 00:33:09 +08:00
Howard Wu
6649117eeb
Format code
2023-04-11 05:06:10 +08:00
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