Skip to content

Commit

Permalink
Renaming launch-openshot to openshot-qt (which is a much better execu…
Browse files Browse the repository at this point in the history
…table name for Linux or Python installs)
  • Loading branch information
jonoomph committed Jan 21, 2016
1 parent 70b5226 commit f0397ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
copytree(os.path.join(PATH, "src"), os.path.join(PATH, "openshot_qt"))

# Make a copy of the launch.py script (to name it more appropriately)
copy(os.path.join(PATH, "src", "launch.py"), os.path.join(PATH, "openshot_qt", "launch-openshot"))
copy(os.path.join(PATH, "src", "launch.py"), os.path.join(PATH, "openshot_qt", "openshot-qt"))

if os.path.exists(os.path.join(PATH, "openshot_qt")):
# Append path to system path
Expand Down Expand Up @@ -99,7 +99,7 @@ def find_files(directory, patterns):
# Call the main Distutils setup command
# -------------------------------------
dist = setup(
scripts=['openshot_qt/launch-openshot'],
scripts=['openshot_qt/openshot-qt'],
packages=[('openshot_qt')],
package_data=package_data,
data_files=os_files,
Expand Down
10 changes: 5 additions & 5 deletions xdg/openshot-qt.desktop
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[Desktop Entry]
Name=OpenShot 2.0
Name=OpenShot Video Editor
GenericName=Video Editor
X-GNOME-FullName=OpenShot 2.0
Comment=Create and edit videos and movies
Exec=launch-openshot %F
X-GNOME-FullName=OpenShot Video Editor
Comment=Create and edit amazing videos and movies
Exec=openshot-qt %F
Terminal=false
Type=Application
Icon=openshot-qt
Categories=GNOME;GTK;AudioVideo;Video;AudioVideoEditing;
MimeType=application/vnd.openshot-qt-project;
X-AppInstall-Package=openshot-qt
X-AppInstall-Package=openshot-qt

0 comments on commit f0397ff

Please sign in to comment.