temporarily disabled execution of app_verison func (#111)

This commit is contained in:
Adnan Hodzic 2020-09-13 11:44:37 +02:00
parent 6f729ed6d4
commit b44110cacd
1 changed files with 2 additions and 1 deletions

View File

@ -92,7 +92,8 @@ def main(monitor, live, daemon, install, log, debug):
if os.getenv('PKG_MARKER') == "SNAP":
print("Snap package: yes")
else:
app_version()
# temp disabled (Issue: #111)
# app_version()
print("Snap package: no")
print("")
python_info()