mirror of
https://github.com/debauchee/barrier.git
synced 2025-06-18 02:31:42 +02:00
Merge 1.3.6 r667:668 into 1.4.2 and trunk
This commit is contained in:
parent
dff128d5bf
commit
1b69fa048c
1 changed files with 2 additions and 1 deletions
|
@ -377,7 +377,7 @@ class InternalCommands:
|
|||
def find_revision(self):
|
||||
p = subprocess.Popen(['svn', 'info'], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||
stdout, stderr = p.communicate()
|
||||
|
||||
|
||||
if p.returncode != 0:
|
||||
raise Exception('Could not get revision - svn info failed with code: ' + str(p.returncode))
|
||||
|
||||
|
@ -478,6 +478,7 @@ class InternalCommands:
|
|||
platform = 'Windows-x86'
|
||||
|
||||
elif type == 'mac':
|
||||
ext = 'dmg'
|
||||
platform = 'MacOSX-Universal'
|
||||
|
||||
if not platform:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue