It does that but if you run the evelauncher.sh script it should work. However mine was hanging because some trouble with the openssl libs libssl and libcrypto , I found the solution in one of the last pages of the launcher thread:
" Aldrad wrote:
I solved this by doing the following.
gpg --recv-keys --keyserver hkp://pgp.mit.edu D9C4D26D0E604491
pacaur -S libopenssl-1.0-compat
cd launcher-dir
cp /usr/lib/libcrypto-compat.so.1.0.0 .
cp /usr/lib/libssl-compat.so.1.0.0 .
ln -s libssl-compat.so.1.0.0 libssl.so.1.0.0
ln -s libssl-compat.so.1.0.0 libssl.so
ln -s libcrypto-compat.so.1.0.0 libcrypto.so.1.0.0
ln -s libcrypto-compat.so.1.0.0 libcrypto.so
sh evelauncher.sh
Only thing is the libs will get removed every launcher updae - probably is a better way to do this."
Except libopenssl-1.0-compat does not exist in the AUR anymore so just copy the actual libssl and libcrypto from usr/lib and do the softlink thing and the script should work.