soonum / hubangl

A free/libre and easy to use streaming software.
GNU General Public License v3.0
17 stars 3 forks source link

script is not executable without typing in "python3 ...." #2

Closed leaf-node closed 7 years ago

leaf-node commented 7 years ago

It would be nice if the program had a chmod +x on the executable and the first line were changed so that it is compatible with Trisquel and other Debian-like systems:

-#!/usr/bin/env python34
+#!/usr/bin/env python3
soonum commented 7 years ago

@sudoman the script for now is launch via main_window.py. When the development will be in a more advanced state, launch will be handle via hubangl or ./hubangl.py.

soonum commented 7 years ago

Now implemented. Closing.