This isn't the easiest thing to work with. I was in hurry and cut a lot of corners. Quite a bit of this might only make sense for the specific workflow I had at the time.

To build:
* make sure you have Python and the wx package
* go into launcherconfig.py and change a whole bunch of those settings to match what you want
** WINDOW_TITLE
** HASH_SALT
** EVENT_ID
** MAIN_SCRIPT_HASH_URL
** MAIN_SCRIPT_URL
** GAMES_JSON_URL_TEMPLATE
** BUG_REPORT_EMAIL_ADDR
** BUG_REPORT_EMAIL_SENDER
** BUG_REPORT_EMAIL_USER
** BUG_REPORT_EMAIL_PASS
** TWITTER_CONSUMER_KEY
** TWITTER_CONSUMER_SECRET
** TWITTER_ACCESS_TOKEN
** TWITTER_ACCESS_SECRET
** playtomic stuff
*** swfId
*** guid
*** apiKey

* if you want build.py to automatically upload to Amazons Simple Storage Service like I did, go into build.py, change the three vars at the top to match your s3 account info, and at the bottom change args to true to match what you want to do.
* run build.py
* I probably forgot some things so there will probably be errors! You can email mike@meyermike.com if you need a little help.
