mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-18 20:50:09 +08:00
Update deploy_linux64_system_qt.sh
This commit is contained in:
parent
3724fb5b9b
commit
393e2182f9
@ -1,6 +1,12 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
if [[ $(uname -m) == 'aarch64' || $(uname -m) == 'arm64' ]]; then
|
||||
ARCH="arm64"
|
||||
else
|
||||
ARCH="amd64"
|
||||
fi
|
||||
|
||||
source script/env_deploy.sh
|
||||
DEST=$DEPLOYMENT/linux-system-qt-$ARCH
|
||||
rm -rf $DEST
|
||||
|
||||
Loading…
Reference in New Issue
Block a user