We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97cda6e commit 8c97a92Copy full SHA for 8c97a92
build_hello.zsh
@@ -67,7 +67,7 @@ if [ -e $HELLO_PKG_PATH ]; then
67
fi
68
/bin/mkdir -p "$HELLO_PKG_PATH/payload/Applications/Utilities"
69
/usr/bin/sudo /usr/sbin/chown -R ${CONSOLEUSER}:wheel "$HELLO_PKG_PATH"
70
-/bin/mv "${BUILDSDIR}/Build/Release/hello.app" "$HELLO_PKG_PATH/payload/Applications/Utilities/hello.app"
+/bin/mv "/Users/runner/work/hello/hello/Build/Release/hello.app" "$HELLO_PKG_PATH/payload/Applications/Utilities/hello.app"
71
72
# Download specific version of munki-pkg
73
echo "Downloading munki-pkg tool from github..."
0 commit comments