fixc perms
This commit is contained in:
parent
8c88622420
commit
f7e589e24a
1 changed files with 1 additions and 1 deletions
|
@ -28,4 +28,4 @@ script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
|||
sed "s#__src_folder__#${script_dir}#g" wrapper.sh > "${destination}/publish_active_windows.sh"
|
||||
chmod +x "${destination}/publish_active_windows.sh"
|
||||
mkdir -p "${script_dir}/.venv"
|
||||
chmod +rwx "${script_dir}/.venv"
|
||||
chmod 0777 "${script_dir}/.venv"
|
||||
|
|
Loading…
Reference in a new issue