summaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
authortkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2014-01-31 21:22:17 +0000
committertkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2014-01-31 21:22:17 +0000
commit45e0bd8a3b2153e910719e6a6ceea94e0e32c2ca (patch)
treeb74cace69fd499f9e82e5f36064e2301265880fc /installer
parentd4b4effae04ef6a756e04e109792bb855e6bc13e (diff)
downloadpdf-over-45e0bd8a3b2153e910719e6a6ceea94e0e32c2ca.tar.gz
pdf-over-45e0bd8a3b2153e910719e6a6ceea94e0e32c2ca.tar.bz2
pdf-over-45e0bd8a3b2153e910719e6a6ceea94e0e32c2ca.zip
mac installer updated
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@504 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
Diffstat (limited to 'installer')
-rw-r--r--installer/README.txt2
-rw-r--r--installer/mac/PDF-Over.platypus5
2 files changed, 4 insertions, 3 deletions
diff --git a/installer/README.txt b/installer/README.txt
index af715082..1eff3af4 100644
--- a/installer/README.txt
+++ b/installer/README.txt
@@ -14,7 +14,7 @@ Windows-Installer:
Mac-DMG-Paket:
* Per webstart installieren, Paketinhalt entpacken
* pdf-over_mac.sh script bearbeiten:
- * 'cd "$BASEDIR/.."' in 'cd "$BASEDIR"' ändern
+ * "$BASEDIR/../lib/*" in "$BASEDIR/lib/*" ändern
* App erstellen mit Platypus: Screenshots platypus (drop settings).png
* Beispiel-Profil inkludiert
* DMG-Image erzeugen mit DmgPress: Screenshot DmgPress.png
diff --git a/installer/mac/PDF-Over.platypus b/installer/mac/PDF-Over.platypus
index 1b9663fc..fb61659f 100644
--- a/installer/mac/PDF-Over.platypus
+++ b/installer/mac/PDF-Over.platypus
@@ -34,6 +34,7 @@
<string>/usr/local/share/platypus/ScriptExec</string>
<key>FileTypes</key>
<array>
+ <string>fold</string>
<string>PDF </string>
</array>
<key>IconPath</key>
@@ -59,7 +60,7 @@
<key>ScriptArgs</key>
<array/>
<key>ScriptPath</key>
- <string>/Users/TestMac/Documents/pdf-over_mac.sh</string>
+ <string>/Users/TestMac/Documents/Contents/scripts/pdf-over_mac.sh</string>
<key>Secure</key>
<false/>
<key>ShowInDock</key>
@@ -88,6 +89,6 @@
<key>UseXMLPlistFormat</key>
<true/>
<key>Version</key>
- <string>4.0.1</string>
+ <string>4.0.2</string>
</dict>
</plist>