Skip to content
Skye Shaw edited this page Feb 16, 2017 · 6 revisions

Download the version you wish to upgrade to.

Extract it (X.X.X represents the version you're upgrading to):

unzip itunes_store_transporter_web-X.X.X 

Or, if you downloaded the tar archive:

tar xf itunes_store_transporter_web-X.X.X.tar.gz

Now change to the upgrade version's home directory:

cd itunes_store_transporter_web-X.X.X

Then run:

ruby upgrade.rb CURRENT_INSTALLATION_PATH

Where CURRENT_INSTALLATION_PATH is the location of your current Transporter GUI installation. For example, if your current installation is at: /Users/sshaw/Applications/itunes_store_transporter-0.0.1

You would run

ruby upgrade.rb /Users/sshaw/Applications/itunes_store_transporter-0.0.1

The upgrade script must be run from the upgrade version's directory.