fixed scrcpy-server not executing
This commit is contained in:
parent
c41e6f1ad7
commit
454a57f360
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ echo " dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info" >> "${build_d
|
||||||
|
|
||||||
cd "${build_dir}"
|
cd "${build_dir}"
|
||||||
EDITOR=/bin/true dpkg-source -q --commit . "prepdeb"
|
EDITOR=/bin/true dpkg-source -q --commit . "prepdeb"
|
||||||
|
chmox +x "${build_dir}/share/scrcpy/scrcpy-server"
|
||||||
debuild
|
debuild
|
||||||
cd "${script_root}"
|
cd "${script_root}"
|
||||||
mv "${work_dir}/"*.deb "${script_root}/"
|
mv "${work_dir}/"*.deb "${script_root}/"
|
||||||
|
|
Reference in a new issue