mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 21:43:51 +02:00
Forgot to change OS name in one place
This commit is contained in:
parent
778b85b7df
commit
f53a979da9
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ class Linux(BuildInstallers):
|
|||
|
||||
|
||||
class Win(BuildInstallers):
|
||||
OS = 'win'
|
||||
OS = 'windows'
|
||||
|
||||
|
||||
class BuildDep(Command):
|
||||
|
|
|
|||
Loading…
Reference in a new issue