diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-09 23:25:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-09 23:25:08 +0100 |
| commit | 0c105935ae67bf49080a9ca5ca83e3ca0aaa630b (patch) | |
| tree | ed5fb7ee514f4bda07df4448e6a94bd1f992272e /platform/linux | |
| parent | afa94abdc7db37b1fd9919665445c2b89ce4ec7a (diff) | |
Try to fix override of 1 by 2 on Linux.
Diffstat (limited to 'platform/linux')
| -rw-r--r-- | platform/linux/dcpomatic.desktop.in | 4 | ||||
| -rw-r--r-- | platform/linux/dcpomatic.spec.in | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/platform/linux/dcpomatic.desktop.in b/platform/linux/dcpomatic.desktop.in index 76e629404..a950f35e9 100644 --- a/platform/linux/dcpomatic.desktop.in +++ b/platform/linux/dcpomatic.desktop.in @@ -3,8 +3,8 @@ Encoding=UTF-8 Version=1.0 Type=Application Terminal=false -Exec=@INSTALL_PREFIX@/bin/dcpomatic -Name=DCP-o-matic +Exec=@INSTALL_PREFIX@/bin/dcpomatic2 +Name=DCP-o-matic 2 Icon=dcpomatic Comment=DCP generator Categories=AudioVideo;Video diff --git a/platform/linux/dcpomatic.spec.in b/platform/linux/dcpomatic.spec.in index 3afb13680..dae0e90b6 100644 --- a/platform/linux/dcpomatic.spec.in +++ b/platform/linux/dcpomatic.spec.in @@ -1,5 +1,5 @@ Summary:A program that generates Digital Cinema Packages (DCPs) from video and audio files -Name:dcpomatic +Name:dcpomatic2 Version:@VERSION@ Release:1%{?dist} License:GPL |
