Browse Source

fix typo (follow-up prev)

patch-4
ThomasV 4 years ago
parent
commit
ace113358a
  1. 2
      contrib/osx/compare_dmg

2
contrib/osx/compare_dmg

@ -9,7 +9,7 @@ cp -r /Volumes/Electrum/Electrum.app/ dmg1
hdiutil detach /Volumes/Electrum
rm -rf dmg2
hdiutil attach $1
hdiutil attach $2
cp -r /Volumes/Electrum/Electrum.app/ dmg2
hdiutil detach /Volumes/Electrum

Loading…
Cancel
Save