Changeset 2875 for vidalia/trunk/pkg
- Timestamp:
- 07/13/08 12:44:43 (4 months ago)
- Location:
- vidalia/trunk/pkg
- Files:
-
- 4 modified
-
osx/TorPostFlight (modified) (1 diff)
-
osx/buildmpkg.sh.in (modified) (1 diff)
-
win32/build-bundle.txt (modified) (1 diff)
-
win32/vidalia-bundle.nsi.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vidalia/trunk/pkg/osx/TorPostFlight
r2846 r2875 8 8 TORDIR=$TARGET/var/lib/tor 9 9 LOGFILE=/var/log/tor.log 10 TORBUTTON_VERSION="1.2.0rc 5"10 TORBUTTON_VERSION="1.2.0rc6" 11 11 12 12 # Check defaults for TARGET -
vidalia/trunk/pkg/osx/buildmpkg.sh.in
r2846 r2875 106 106 # Where have we put the xpi and license for Torbutton? Edit this if your 107 107 # torbutton and torbutton license live somewhere else. 108 TORBUTTON_PATH=~/tmp/torbutton-1.2.0rc 5.xpi108 TORBUTTON_PATH=~/tmp/torbutton-1.2.0rc6.xpi 109 109 TORBUTTON_LIC_PATH=~/tmp/LICENSE 110 110 -
vidalia/trunk/pkg/win32/build-bundle.txt
r2094 r2875 24 24 4. Create directories for the appropriate versions of each component. 25 25 26 C:\bundle\privoxy\3.0. 3\27 C:\bundle\tor\0. 1.1.20\28 C:\bundle\vidalia\0. 0.6\29 C:\bundle\torbutton\1. 0.4-fx+tb\26 C:\bundle\privoxy\3.0.6\ 27 C:\bundle\tor\0.2.0.29-rc\ 28 C:\bundle\vidalia\0.1.6\ 29 C:\bundle\torbutton\1.2.0rc6\ 30 30 31 31 5. Install Vidalia, Tor, and Privoxy to the directories you created for them -
vidalia/trunk/pkg/win32/vidalia-bundle.nsi.in
r2874 r2875 34 34 35 35 !define TORBUTTON_NAME "Torbutton" 36 !define TORBUTTON_APPVERSION "1.2.0rc 5"36 !define TORBUTTON_APPVERSION "1.2.0rc6" 37 37 !define TORBUTTON_DESC "${TORBUTTON_NAME} ${TORBUTTON_APPVERSION}" 38 38
