Swaps .zip with .dmg and .asc with .asc*
Sherief Alaa

Sherief Alaa commited on 2014-10-31 13:07:58
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.


The tbb-team switched to a proper OS X package (.dmg) instead of .zip and Safari doesn't save .asc files as .asc files but .asc.txt
... ...
@@ -137,7 +137,7 @@
137 137
     to download the ".asc" file as well. Assuming you downloaded the
138 138
     package and its signature to your Desktop, run:</p>
139 139
 
140
-    <pre>gpg --verify /Users/Alice/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-en-US.zip{.asc,}</pre>
140
+    <pre>gpg --verify /Users/Alice/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-en-US.dmg{.asc*,}</pre>
141 141
 
142 142
     <p>The output should say "Good signature": </p>
143 143
 
144 144