diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-22 00:04:26 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-22 00:04:26 +0000 |
| commit | 41b39dca79286bf08d45269bde7a50769d0e2bdd (patch) | |
| tree | 37674edddd14ab3a79ef0f849e953c55c3fe6350 | |
| parent | 8c6627679378174c56ea22f24c2dbcaa8da02958 (diff) | |
Try to add de_DE translation of initial READ ME to the .dmg.
| -rw-r--r-- | platform/osx/make_dmg.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 82237f988..736f4f893 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -188,6 +188,12 @@ 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 @@ -209,6 +215,7 @@ EOF 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 |
