mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
run as source
This commit is contained in:
parent
439dac09c5
commit
fba5eb4a11
72 changed files with 9577 additions and 399 deletions
8
res/install-scripts
Executable file
8
res/install-scripts
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
RESDIR="${MESON_SOURCE_ROOT}/res"
|
||||
BINDIR="${MESON_INSTALL_DESTDIR_PREFIX}/$1"
|
||||
|
||||
install -dv "$BINDIR"
|
||||
install -v "$RESDIR"/miracle-gst "$BINDIR"
|
||||
install -v "$RESDIR"/gstplayer "$BINDIR"
|
||||
install -v "$RESDIR"/uibc-viewer "$BINDIR"
|
Loading…
Add table
Add a link
Reference in a new issue