mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 04:54:38 +03:00
fix
This commit is contained in:
@@ -9,7 +9,16 @@ mkdir -p $DEST
|
||||
#### copy binary ####
|
||||
cp $BUILD/nekoray $DEST
|
||||
|
||||
#### Download: prebuilt runtime ####
|
||||
curl -Lso usr.zip https://github.com/MatsuriDayo/nekoray_qt_runtime/releases/download/20220503/20230202-5.12.8-ubuntu20.04-linux64.zip
|
||||
unzip usr.zip
|
||||
mv usr $DEST
|
||||
|
||||
|
||||
#### copy so ####
|
||||
# 5.11 looks buggy on new systems...
|
||||
exit
|
||||
|
||||
USR_LIB=/usr/lib/x86_64-linux-gnu
|
||||
mkdir usr
|
||||
pushd usr
|
||||
|
||||
Reference in New Issue
Block a user