From 661f3182b6127a730661ef7f3732dbd7a811a552 Mon Sep 17 00:00:00 2001 From: yinghuocho Date: Fri, 10 Jul 2015 15:32:00 -0700 Subject: [PATCH] edited readme and version in package file --- README.md | 16 +++++++++++----- setup_mac.py | 4 ++-- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 316bb2d..4b806f9 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ A proxy software specifically designed to help circumventing the Great Firewall. ### 下载 -* github 下载地址 -* sourceforge 下载地址 +* Windows 版 github 下载地址 +* Windows 版 sourceforge 下载地址 +* Mac OS X 版 github 下载地址 +* Mac OS X 版 sourceforge 下载地址 ### integrated * gsocks @@ -20,9 +22,13 @@ A proxy software specifically designed to help circumventing the Great Firewall. * requests * requesocks * shadowsocks -* win_inet_pton (under Windows) +* win_inet_pton (Windows) +* pyobjc (Mac OS X) +* rumps (Mac OS X) ### packaging -* cx_Freeze -* nsis +* cx_Freeze (Windows) +* nsis (Windows) +* py2app (Mac OS X) +* appdmg (Mac OS X) diff --git a/setup_mac.py b/setup_mac.py index 7f7c508..8ac7008 100644 --- a/setup_mac.py +++ b/setup_mac.py @@ -26,13 +26,13 @@ ] OPTIONS = { 'iconfile': 'firefly.icns', - 'plist': {'CFBundleShortVersionString':'0.3.0a1',}, + 'plist': {'CFBundleShortVersionString':'0.3.0',}, 'argv_emulation': True } setup( name="Firefly", - version="0.3.0a1", + version="0.3.0", app=APP, data_files=DATA_FILES, options={'py2app': OPTIONS},