Skip to content

Commit

Permalink
add .icns file
Browse files Browse the repository at this point in the history
  • Loading branch information
jminardi committed Mar 11, 2014
1 parent 5074813 commit 8f17273
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ Future Work
* Build a DNS system using colored coins.
* Selectivly sync only the content requested.
* Convert any regular HTTP site into a syncnet site.

Logo from wikipedia: http://commons.wikimedia.org/wiki/File:Social_Network_Analysis_Visualization.png
7 changes: 4 additions & 3 deletions build_app.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pyinstaller --name=SyncNet \
pyinstaller --name=Syncnet --icon=syncnet512.icns \
--runtime-hook rthook_pyqt4.py --clean --noconfirm --windowed \
--hidden-import="enaml.core.parse_tab.lextab" \
--hidden-import="enaml.core.compiler_helpers" \
Expand All @@ -15,8 +15,9 @@ cp syncnet/syncnet_view.enaml \
syncnet/new_site_controller.py \
dist/SyncNet.app/Contents/MacOS/

mv dist/SyncNet.app .
rm -rf Syncnet.app
mv dist/Syncnet.app .

rm SyncNet.spec
rm Syncnet.spec
rm -rf dist
rm -rf build
Binary file added syncnet512.icns
Binary file not shown.

0 comments on commit 8f17273

Please sign in to comment.