mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove obsolete reference to vs2015
This commit is contained in:
parent
034e779b41
commit
c9839063d4
@ -157,7 +157,7 @@ class PublishBetas(Command):
|
|||||||
|
|
||||||
def pre_sub_commands(self, opts):
|
def pre_sub_commands(self, opts):
|
||||||
require_clean_git()
|
require_clean_git()
|
||||||
require_git_master('vs2015')
|
require_git_master()
|
||||||
|
|
||||||
def run(self, opts):
|
def run(self, opts):
|
||||||
dist = self.a(self.j(self.d(self.SRC), 'dist'))
|
dist = self.a(self.j(self.d(self.SRC), 'dist'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user