fix: create_release.sh

This commit is contained in:
Jack Wills
2025-06-18 08:47:39 +00:00
parent 7625c1c3df
commit 0ae3a5aec7
-1
View File
@@ -238,7 +238,6 @@ zig_build_aarch64_apple() {
if ask_yn "sudo chown $(pwd)/target"; then
echo -e "${YELLOW}sudo chown -R vscode:vscode $(pwd)/target${RESET}"
sudo chown -R vscode:vscode "$(pwd)/target"
exit
fi
}