1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piped_ynh.git synced 2024-09-03 20:05:54 +02:00

Fixed env?

This commit is contained in:
orhtej2 2024-01-27 23:33:13 +01:00
parent 91bee9fae6
commit 16eaf6acc4

View file

@ -66,7 +66,7 @@ mv $install_dir/build_api/build/libs/piped-1.0-all.jar $install_dir/piped.jar
ynh_script_progression --message="Building Proxy..." --weight=5
pushd $install_dir/build_proxy
ynh_exec_warn_less ynh_exec_as $app cargo build --release
ynh_exec_warn_less ynh_exec_as $app env PATH=$PATH cargo build --release
popd
mv $install_dir/build_proxy/target/release/piped-proxy $install_dir