mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
568f80f210
commit
181dc063df
@ -1,6 +1,10 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# License: GPLv3 Copyright: 2023, Kovid Goyal <kovid at kovidgoyal.net>
|
# License: GPLv3 Copyright: 2023, Kovid Goyal <kovid at kovidgoyal.net>
|
||||||
|
|
||||||
|
# See https://github.com/mstorsjo/msvc-wine/blob/master/vsdownload.py and
|
||||||
|
# https://github.com/Jake-Shadle/xwin/blob/main/src/lib.rs for the basic logic
|
||||||
|
# used to download and install the needed VisualStudio packages
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import concurrent.futures
|
import concurrent.futures
|
||||||
import glob
|
import glob
|
||||||
|
Loading…
x
Reference in New Issue
Block a user