mirror of
https://gitee.com/drabel/LibQQt.git
synced 2025-01-04 10:18:44 +08:00
update md5sum linux
This commit is contained in:
parent
591a5e4a61
commit
eabe3b0fa7
@ -168,7 +168,7 @@ defineReplace(get_md5_command) {
|
||||
} else:mac* {
|
||||
command = md5 -q $${filename}
|
||||
} else {
|
||||
command = md5sum -b $${filename} | cut -d ' ' -f1
|
||||
command = md5sum -b $${filename} | cut -d \' \' -f1
|
||||
}
|
||||
return ($$command)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user