mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-11-14 16:44:54 -05:00
Compare commits
2 commits
c0ffc1d59e
...
60506addba
Author | SHA1 | Date | |
---|---|---|---|
|
60506addba | ||
|
ec221b7bce |
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ else:
|
|||
VCPKG_PATH = Path(__file__).parent / 'vcpkg'
|
||||
|
||||
if len(sys.argv) > 3:
|
||||
print("the argumnets after the second one are ignored")
|
||||
print("the arguments after the second one are ignored")
|
||||
|
||||
|
||||
if not VCPKG_PATH.exists():
|
||||
|
@ -57,4 +57,4 @@ with open(PKG_VERSION_JSON_PATHNAME) as f:
|
|||
versions_set = sorted(set(versions_list), reverse=True)
|
||||
|
||||
for version in versions_set:
|
||||
print(version)
|
||||
print(version)
|
||||
|
|
Loading…
Reference in a new issue