Skip to content

Commit

Permalink
Update readme and add logo to desktop file.
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuramachandran committed May 4, 2018
1 parent 4811df9 commit aac67c3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ One may think of ViXeN as a special, customizable file browser with which
one may view and edit metadata associated with media files like videos, images,
and audio.

The ViXeN documentation is at http://vixen.rtfd.io


Features
--------

Expand All @@ -44,12 +47,18 @@ project at the same time.
Download
---------

To try out ViXeN please download a binary installer from here:
If you are not familiar with Python you can install ViXeN using a very simple
binary installer on all the major platforms. To try out ViXeN please download
a binary installer from here:

https://github.com/vixen-project/vixen/releases

These are very easy to install, basically just download, unzip, and run.

If you are familiar with Python packages, you can install ViXeN using the
standard Python mechanisms of either running `python setup.py install` or with
[pip](https://pip.pypa.io/) using `pip install vixen`.


History
--------
Expand Down
1 change: 1 addition & 0 deletions freeze.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def make_bundle():
if sys.platform.startswith('linux'):
shutil.copy(os.path.join('installer', 'vixen'), package_dir)
shutil.copy(os.path.join('installer', 'ViXeN.desktop'), package_dir)
shutil.copy(os.path.join('installer', 'vixen.png'), package_dir)
ssl_cert = os.path.join(sys.prefix, 'ssl', 'cert.pem')
if os.path.exists(ssl_cert):
d = os.path.join(package_dir, 'vixen_app', 'ssl')
Expand Down
1 change: 1 addition & 0 deletions installer/ViXeN.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ Comment=View Extract and Annotate media application
Exec=bash -c 'cd $(dirname %k) && ./vixen'
Terminal=false
Type=Application
Icon=vixen.png
Binary file added installer/vixen.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aac67c3

Please sign in to comment.