Howard Wu
d8194364fa
Fix dependencies install
...
Forget to update package list before install
2023-04-17 18:49:34 +08:00
Howard Wu
3b39690fef
Remove support for the compression format tar.xz
...
This format has a very large memory requirement for generation, about 16GB, even with a fallback to a single-threaded compression step, which would be very slow.
This format is not widely used on Windows, and decompression is a pain.
The 7z format has a better balance of size and performance requirements.
2023-03-26 22:44:33 +08:00
Howard Wu
8e3eef35a9
Force upgrade ca-certificates
...
People constantly suggest adding this #61 #431 #432
Close #432
2023-03-20 03:23:21 +08:00
Howard Wu
65c7c2670d
Remove dependency wine
, winetricks
...
Now `makepri` run at first-time install
2023-03-18 17:49:49 +08:00
Howard Wu
9236fac730
Support 2302 (vhdx) ( #416 )
...
* Announcement not supported 2302
Will switch to Powershell scripts that require running under Windows 11
* Support 2302
* format
* Update makepri
* Refine quotes
* Refine quotes +1
* Refine quotes *3
* Fix KernelSU Magisk fallback
* Fix KernelSU build
* Refine resources merge
* Update build.sh
* Refine resize
2023-03-18 13:56:49 +08:00
Howard Wu
58d25e9959
Remove dependency setools
2023-03-16 20:23:02 +08:00
Howard Wu
62d17d2fc8
pip install quiet
2023-03-14 22:51:13 +08:00
Howard Wu
2d39db8758
Disable pip install verbose output
2023-03-14 22:50:03 +08:00
Howard Wu
0afcaac81f
Only openSUSE Tumbleweed is supported
2023-03-14 22:46:25 +08:00
Howard Wu
b7778ffcec
Don't ignore SC2086
...
Fix #342
Some user run the build script as root user, which cause makepri failed to read files from work dir, this change force using wine when run build in root user
2023-03-07 17:55:46 +08:00
Howard20181
d41bee363b
Fix offline mode GApps version
2023-01-11 17:05:56 +08:00
Fernando Fernández
207faa6457
Decouple dependency installation in a different script ( #340 )
...
Co-authored-by: Howard20181 <40033067+Howard20181@users.noreply.github.com>
2023-01-11 16:49:14 +08:00