summaryrefslogtreecommitdiffstats
path: root/languages/python/app_templates/pythonhello/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'languages/python/app_templates/pythonhello/CMakeLists.txt')
-rw-r--r--languages/python/app_templates/pythonhello/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/python/app_templates/pythonhello/CMakeLists.txt b/languages/python/app_templates/pythonhello/CMakeLists.txt
index dfdbbc3b..84dfc7b0 100644
--- a/languages/python/app_templates/pythonhello/CMakeLists.txt
+++ b/languages/python/app_templates/pythonhello/CMakeLists.txt
@@ -11,7 +11,7 @@
add_custom_target( pythonhello.tar.gz ALL
COMMAND tar zcf pythonhello.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR}
- app.py app.tdevelop pythonhello.png
+ app.py app.kdevelop pythonhello.png
)