1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-04-11 23:53:34 +02:00

Removed Windows bits.

This commit is contained in:
2020-06-17 19:23:52 +02:00
parent cd93b85eb0
commit 1a09e3db84
34 changed files with 147 additions and 820 deletions

View File

@@ -41,7 +41,7 @@ class Plugin(_Plugin):
class InputProfile(Plugin):
author = 'Kovid Goyal'
supported_platforms = {'windows', 'osx', 'linux'}
supported_platforms = {'osx', 'linux'}
can_be_disabled = False
type = 'Input profile'
@@ -239,7 +239,7 @@ input_profiles.sort(key=lambda x: x.name.lower())
class OutputProfile(Plugin):
author = 'Kovid Goyal'
supported_platforms = {'windows', 'osx', 'linux'}
supported_platforms = {'osx', 'linux'}
can_be_disabled = False
type = 'Output profile'