mirror of
https://github.com/NohamR/xovi-rmfakecloud.git
synced 2026-05-25 12:37:08 +00:00
Remove scp command
This commit is contained in:
4
build.sh
4
build.sh
@@ -1,6 +1,4 @@
|
||||
set -euxo pipefail
|
||||
|
||||
python3 ../xovi/util/xovigen.py -o xovi.c -H xovi.h rmfakecloud.xovi
|
||||
$CC -shared -fPIC main.cpp xovi.c `pkg-config --cflags --libs Qt6Network` -o rmfakecloud.so
|
||||
|
||||
scp rmfakecloud.so rm:xovi/extensions.d/
|
||||
$CC -shared -fPIC main.cpp xovi.c `pkg-config --cflags --libs Qt6Network` -o rmfakecloud.so
|
||||
Reference in New Issue
Block a user