diff --git a/linux/redpandaide.desktop b/linux/redpandaide.desktop index 2d7136ee..4077565f 100644 --- a/linux/redpandaide.desktop +++ b/linux/redpandaide.desktop @@ -2,11 +2,11 @@ Comment=A lightweighted QT-based C/C++ IDE Comment[zh_CN]=基于QT的轻量级C/C++集成开发环境 Exec=/opt/RedPandaIDE/bin/RedPandaIDE %F -GenericName=Red Panda Dev-C++ 7 -GenericName[zh_CN]=小熊猫Dev-C++ 7 +GenericName=Red Panda C++ +GenericName[zh_CN]=小熊猫C++ MimeType=application/pdf -Name=Red Panda Dev-C++ 7 -Name[zh_CN]=小熊猫Dev-C++ 7 +Name=Red Panda C++ +Name[zh_CN]=小熊猫C++ StartupNotify=false Terminal=false Type=Application diff --git a/packages/deb/builddeb.sh b/packages/deb/builddeb.sh index 5235ef40..031b94f1 100755 --- a/packages/deb/builddeb.sh +++ b/packages/deb/builddeb.sh @@ -18,3 +18,5 @@ dpkg-deb --build /tmp/redpandaide mv $TMP_FOLDER/../redpandaide.deb redpanda-ide-${version}_amd64.deb +rm -rf $TMP_FOLDER + diff --git a/packages/deb/control b/packages/deb/control index 3c01901d..35067fa8 100644 --- a/packages/deb/control +++ b/packages/deb/control @@ -5,5 +5,5 @@ Priority: optional Architecture: amd64 Essential: no Maintainer: royqh1979@gmail.com -Description: Red Panda Dev-C++ 7. A QT-based lightweighted C/C++ editor -Depends: gcc, g++, gdb, gdbserver +Description: Red Panda C++. A QT-based lightweighted C/C++ editor +Depends: gcc, g++, gdb, gdbserver, make