Debug di appimage.

This commit is contained in:
Emiliano Vavassori 2022-03-21 00:44:30 +01:00
parent 960df20639
commit 8eaa14d4d3
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ class Build(object):
self.storage_path = storage_path + ('/portable' if self.portable else '')
for arch in self.arch:
print("DEBUG: {appimage}".format(appimage = self.appimagefilename[arch]))
res = subprocess.check_output("find {path} -name '{appimage}'".format(
path = self.storage_path,
appimage = self.appimagefilename[arch] + ('.zsync' if self.updatable else '')