Skip to content

Commit

Permalink
fix adding to path in Mac dmg install
Browse files Browse the repository at this point in the history
  • Loading branch information
ianopolous committed Jan 23, 2025
1 parent 8c90bd9 commit d8f90b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packager/deb-resources/postinstall
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ then
mkdir -p $TARGET_DIR
fi

ln -Ffs "$2/Peergos.app/Contents/MacOS/Peergos" "$TARGET_DIR/peergos"
ln -Ffs "$2/peergos.app/Contents/MacOS/peergos" "$TARGET_DIR/peergos"

exit 0

0 comments on commit d8f90b4

Please sign in to comment.