mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:...
This commit is contained in:
parent
8cd53370d5
commit
5b78f8430f
@ -228,7 +228,7 @@ If not, head over to <a href="http://calibre.kovidgoyal.net/wiki/Development#Tra
|
|||||||
|
|
||||||
def linux(self, req):
|
def linux(self, req):
|
||||||
operating_systems = [
|
operating_systems = [
|
||||||
OS({'name' : 'binary', 'title': 'Distro neutral'}),
|
OS({'name' : 'binary', 'title': 'Binary Installer'}),
|
||||||
OS({'name' : 'gentoo', 'title': 'Gentoo'}),
|
OS({'name' : 'gentoo', 'title': 'Gentoo'}),
|
||||||
OS({'name' : 'ubuntu', 'title': 'Ubuntu'}),
|
OS({'name' : 'ubuntu', 'title': 'Ubuntu'}),
|
||||||
OS({'name' : 'fedora', 'title': 'Fedora'}),
|
OS({'name' : 'fedora', 'title': 'Fedora'}),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user