Commit ca609dee authored by Ivan Mazhukin's avatar Ivan Mazhukin Committed by Vitaly Lipatov

epm play tabby: fix download for x86_64 (eterbug #17865)

parent 912cc465
...@@ -11,7 +11,7 @@ URL="https://github.com/Eugeny/tabby" ...@@ -11,7 +11,7 @@ URL="https://github.com/Eugeny/tabby"
arch="$(epm print info --debian-arch)" arch="$(epm print info --debian-arch)"
case "$arch" in case "$arch" in
x86_64) amd64)
arch="x64" ;; arch="x64" ;;
esac esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment