diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-01-04 21:37:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-01-04 21:45:29 +0300 |
commit | 22bf37caec833bf38387a3a9f2d42bf3ea9bb3f4 (patch) | |
tree | 4d6e03a6bb5daa9fe3c1d769e783238b2649b010 /CMakeLists.txt | |
parent | 11b1348fd4b52a35851a03a9c50bd962e385a6a9 (diff) | |
download | plus-22bf37caec833bf38387a3a9f2d42bf3ea9bb3f4.tar.gz plus-22bf37caec833bf38387a3a9f2d42bf3ea9bb3f4.tar.bz2 plus-22bf37caec833bf38387a3a9f2d42bf3ea9bb3f4.tar.xz plus-22bf37caec833bf38387a3a9f2d42bf3ea9bb3f4.zip |
Add shortcut to start client in testing mode.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 74bd0169b..3259f04d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,6 +55,7 @@ ENDIF() If(UNIX) INSTALL(FILES manaplus.desktop DESTINATION share/applications) + INSTALL(FILES manaplustest.desktop DESTINATION share/applications) ENDIF() SET(CPACK_PACKAGE_NAME "manaplus") |