Debug di appimage.
This commit is contained in:
parent
960df20639
commit
8eaa14d4d3
@ -46,6 +46,7 @@ class Build(object):
|
|||||||
self.storage_path = storage_path + ('/portable' if self.portable else '')
|
self.storage_path = storage_path + ('/portable' if self.portable else '')
|
||||||
|
|
||||||
for arch in self.arch:
|
for arch in self.arch:
|
||||||
|
print("DEBUG: {appimage}".format(appimage = self.appimagefilename[arch]))
|
||||||
res = subprocess.check_output("find {path} -name '{appimage}'".format(
|
res = subprocess.check_output("find {path} -name '{appimage}'".format(
|
||||||
path = self.storage_path,
|
path = self.storage_path,
|
||||||
appimage = self.appimagefilename[arch] + ('.zsync' if self.updatable else '')
|
appimage = self.appimagefilename[arch] + ('.zsync' if self.updatable else '')
|
||||||
|
Reference in New Issue
Block a user