diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-22 20:33:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-22 20:33:07 +0000 |
| commit | 7ab664a235fcdd29b1f64d1b13bf4f022249c32a (patch) | |
| tree | 3429a993ba5bff50e0fd9dc4f642884f9d9b2e9b | |
| parent | cb9ce5304b22b9d967348fc1b411c50c8d0a849b (diff) | |
Merge de_DE readme from 2.12.x.
| -rw-r--r-- | platform/osx/make_dmg.sh | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 766b9af91..ba67b96ea 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -188,6 +188,15 @@ Welcome to DCP-o-matic! The first time you run the program there may be a long (several-minute) delay while OS X checks the code for viruses and other malware. Please be patient! EOF + cat<<EOF > "$vol_name/READ ME.de_DE.txt" +Beim erstmaligen Start der DCP-o-matic Anwendungen kann ein längerer +Verifikationsvorgang auftreten. Dies ist von der OS X Sicherheitsumgebung +'Gatekeeper' verursacht. Dieser je nach Rechner teils minutenlange +Verifikationsvorgang ist gegenwärtig normal und nicht zu umgehen, +es ist kein Programmfehler. Warten sie die Verifikation für jede der +DCP-o-matic Anwendungen ab, bei weiteren Programmstarts wird sie nicht +mehr auftreten. +EOF rm -f $tmp_dmg "$dmg" hdiutil create -srcfolder $vol_name -volname $vol_name -fs HFS+ -fsargs "-c c=64,a=16,e=16" -format UDRW -size $DMG_SIZE $tmp_dmg @@ -197,7 +206,7 @@ EOF echo ' tell application "Finder" - tell disk "$vol_name" + tell disk "'$vol_name'" open set current view of container window to icon view set toolbar visible of container window to false @@ -206,9 +215,10 @@ EOF set theViewOptions to the icon view options of container window set arrangement of theViewOptions to not arranged set icon size of theViewOptions to 64 - set position of item "$appdir" of container window to {90, 80} + set position of item "'$appdir'" of container window to {90, 80} set position of item "Applications" of container window to {265, 80} set position of item "READ ME.txt" of container window to {430, 80} + set position of item "READ ME.de_DE.txt" of container window to {595, 80} close open update without registering applications |
