I noticed that there currently only are 64-bit wheels for Windows, which doesn't let me package a 32-bit release of qutebrowser for Windows anymore (or at least not if I want to include the adblock dependency).
I'm not sure if I should drop it actually... it's still being downloaded by some people. According to https://utilify.me/github-release-stats with https://github.com/qutebrowser/qutebrowser:
| Downloads |
Filename |
Size |
| 144 |
qutebrowser-1.14.1-windows-standalone-win32.zip |
97 MB |
| 214 |
qutebrowser-1.14.1-win32.exe |
71 MB |
| 798 |
qutebrowser-1.14.1-windows-standalone-amd64.zip |
115 MB |
| 1 423 |
qutebrowser-1.14.1-amd64.exe |
82 MB |
|
|
|
| 249 |
qutebrowser-1.14.0-windows-standalone-win32.zip |
96 MB |
| 265 |
qutebrowser-1.14.0-win32.exe |
70 MB |
| 890 |
qutebrowser-1.14.0-windows-standalone-amd64.zip |
114 MB |
| 1 459 |
qutebrowser-1.14.0-amd64.exe |
80 MB |
|
|
|
| 235 |
qutebrowser-1.13.1-windows-standalone-win32.zip |
102 MB |
| 326 |
qutebrowser-1.13.1-win32.exe |
75 MB |
| 1 368 |
qutebrowser-1.13.1-windows-standalone-amd64.zip |
119 MB |
| 2 242 |
qutebrowser-1.13.1-amd64.exe |
86 MB |
I'm okay with dropping it entirely if you prefer not dealing with it, but I think it shouldn't be much effort to add it to the CI? According to https://github.com/actions/setup-python you can do architecture: x86 with setup-python and then I'd hope maturin would just pick that up?
I noticed that there currently only are 64-bit wheels for Windows, which doesn't let me package a 32-bit release of qutebrowser for Windows anymore (or at least not if I want to include the adblock dependency).
I'm not sure if I should drop it actually... it's still being downloaded by some people. According to https://utilify.me/github-release-stats with https://github.com/qutebrowser/qutebrowser:
I'm okay with dropping it entirely if you prefer not dealing with it, but I think it shouldn't be much effort to add it to the CI? According to https://github.com/actions/setup-python you can do
architecture: x86withsetup-pythonand then I'd hope maturin would just pick that up?