Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
cyfdecyf committed Mar 5, 2013
2 parents 79cba1c + 8faa0e2 commit 684148b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions script/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# About shadowsocks.exe

Copied `goagent.exe`, modified the string table and icon using reshack.

Thanks for the taskbar project created by @phuslu.

2 changes: 1 addition & 1 deletion script/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build() {
if [[ $1 == "windows" ]]; then
mv $prog.exe $ROOT/script/
pushd $ROOT/script/
zip $name.zip $prog.exe shadowsocks-tray.exe
zip $name.zip $prog.exe shadowsocks.exe
rm -f $prog.exe
mv $name.zip $bindir
popd
Expand Down
Binary file not shown.

0 comments on commit 684148b

Please sign in to comment.