mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-30 18:45:20 -04:00
IGN:...
This commit is contained in:
@@ -240,7 +240,7 @@ If not, head over to <a href="http://calibre.kovidgoyal.net/wiki/Development#Tra
|
||||
return 'download.html', data, None
|
||||
|
||||
|
||||
LINUX_INSTALLER = '''
|
||||
LINUX_INSTALLER = r'''
|
||||
import sys, os, shutil, tarfile, subprocess, tempfile, urllib2, re, stat
|
||||
|
||||
MOBILEREAD='https://dev.mobileread.com/dist/kovid/calibre/'
|
||||
@@ -431,4 +431,4 @@ def main():
|
||||
pi = os.path.join(destdir, calibre_postinstall)
|
||||
subprocess.call('pi', shell=True)
|
||||
return 0
|
||||
'''
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user