Skip to content

Commit

Permalink
DS_Store update
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelsundell committed Jan 2, 2024
1 parent 7cb4570 commit 6331101
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/macdmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function deploy_dmg() {
# dsstore
# must be created with the same id, use temporary dmg to modify and copy afterwards
resources_dir=$(dirname ${script})/../resources
cp "${resources_dir}/DS_Store" "$dmg_volume/.DS_Store"
cp "${resources_dir}/DS_Store.in" "$dmg_volume/.DS_Store"

# applications
ln -s "/Applications" "$dmg_volume/Applications"
Expand Down

0 comments on commit 6331101

Please sign in to comment.