Skip to content

Commit

Permalink
edited readme and version in package file
Browse files Browse the repository at this point in the history
  • Loading branch information
yinghuocho committed Jul 10, 2015
1 parent a9edc24 commit 661f318
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
16 changes: 11 additions & 5 deletions README.md
@@ -1,8 +1,10 @@
A proxy software specifically designed to help circumventing the Great Firewall.

### 下载
* <a href="https://github.com/yinghuocho/download/blob/master/firefly-proxy-win-latest.zip?raw=true" target="_blank">github 下载地址</a>
* <a href="https://sourceforge.net/projects/fireflyproxy/files/latest/download" target="_blank">sourceforge 下载地址</a>
* <a href="https://github.com/yinghuocho/download/blob/master/firefly-proxy-win-latest.zip?raw=true" target="_blank">Windows 版 github 下载地址</a>
* <a href="http://sourceforge.net/projects/fireflyproxy/files/firefly-proxy-win-0.3.0.zip/download" target="_blank">Windows 版 sourceforge 下载地址</a>
* <a href="https://github.com/yinghuocho/download/blob/master/firefly-proxy-mac-latest.dmg?raw=true" target="_blank">Mac OS X 版 github 下载地址</a>
* <a href="http://sourceforge.net/projects/fireflyproxy/files/firefly-proxy-mac-0.3.0.dmg/download" target="_blank">Mac OS X 版 sourceforge 下载地址</a>

### integrated
* gsocks
Expand All @@ -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)

4 changes: 2 additions & 2 deletions setup_mac.py
Expand Up @@ -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},
Expand Down

0 comments on commit 661f318

Please sign in to comment.