Skip to content

Commit

Permalink
chmod doesn't actually need sudo, and it breaks builds on machines wi…
Browse files Browse the repository at this point in the history
…thout NOPASSWD because it stalls waiting for the password

 * #14 (comment)
  • Loading branch information
maltfield committed Oct 17, 2022
1 parent c62e82c commit 07bf679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/mac/buildDmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ ls -lah
# * https://github.com/BusKill/buskill-app/issues/14#issuecomment-1272449172

root_child_path="${APP_DIR_NAME}/Contents/MacOS/packages/buskill/root_child_mac.py"
sudo chmod 0400 "${root_child_path}"
chmod 0400 "${root_child_path}"

# unfortunaetly we can't package a .dmg with a file owned by root, and it doesn't
# make sense to do so, anyway
Expand Down

0 comments on commit 07bf679

Please sign in to comment.