Skip to content

Commit

Permalink
Added DS_Store note
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelsundell committed Jan 2, 2024
1 parent cac21f2 commit 565d7e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/macdmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ function deploy_dmg() {
SetFile -a C "$dmg_volume"

# dsstore
# must be created with the same id, use temporary dmg to modify and copy afterwards
# must be created before the dmg is detached and then copied to resources as
# DS_Store.in and used below to modify the final dmg .DS_Store
resources_dir=$(dirname ${script})/../resources
cp "${resources_dir}/DS_Store.in" "$dmg_volume/.DS_Store"

Expand Down

0 comments on commit 565d7e1

Please sign in to comment.