Skip to content

Commit

Permalink
hard code it for now
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed Nov 1, 2021
1 parent 97cda6e commit 8c97a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_hello.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ if [ -e $HELLO_PKG_PATH ]; then
fi
/bin/mkdir -p "$HELLO_PKG_PATH/payload/Applications/Utilities"
/usr/bin/sudo /usr/sbin/chown -R ${CONSOLEUSER}:wheel "$HELLO_PKG_PATH"
/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"

# Download specific version of munki-pkg
echo "Downloading munki-pkg tool from github..."
Expand Down

0 comments on commit 8c97a92

Please sign in to comment.