mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-29 15:14:33 +00:00
added warning
This commit is contained in:
parent
a6ccc2b801
commit
2fb65ac2b7
@ -36,10 +36,11 @@ def ExtractCMD(props):
|
||||
if ix == 0:
|
||||
format = file[file.rfind('.'):]
|
||||
|
||||
res = []
|
||||
res = ["echo", "format '" + format + "' not supported"]
|
||||
|
||||
if format == "zip":
|
||||
res = ["unsip", "-d", module]
|
||||
|
||||
return res
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user