change name to Red Panda C++

This commit is contained in:
Roy Qu 2021-12-31 17:14:07 +08:00
parent b43f1ccd53
commit 964aa3dc33
3 changed files with 8 additions and 6 deletions

View File

@ -2,11 +2,11 @@
Comment=A lightweighted QT-based C/C++ IDE Comment=A lightweighted QT-based C/C++ IDE
Comment[zh_CN]=基于QT的轻量级C/C++集成开发环境 Comment[zh_CN]=基于QT的轻量级C/C++集成开发环境
Exec=/opt/RedPandaIDE/bin/RedPandaIDE %F Exec=/opt/RedPandaIDE/bin/RedPandaIDE %F
GenericName=Red Panda Dev-C++ 7 GenericName=Red Panda C++
GenericName[zh_CN]=小熊猫Dev-C++ 7 GenericName[zh_CN]=小熊猫C++
MimeType=application/pdf MimeType=application/pdf
Name=Red Panda Dev-C++ 7 Name=Red Panda C++
Name[zh_CN]=小熊猫Dev-C++ 7 Name[zh_CN]=小熊猫C++
StartupNotify=false StartupNotify=false
Terminal=false Terminal=false
Type=Application Type=Application

View File

@ -18,3 +18,5 @@ dpkg-deb --build /tmp/redpandaide
mv $TMP_FOLDER/../redpandaide.deb redpanda-ide-${version}_amd64.deb mv $TMP_FOLDER/../redpandaide.deb redpanda-ide-${version}_amd64.deb
rm -rf $TMP_FOLDER

View File

@ -5,5 +5,5 @@ Priority: optional
Architecture: amd64 Architecture: amd64
Essential: no Essential: no
Maintainer: royqh1979@gmail.com Maintainer: royqh1979@gmail.com
Description: Red Panda Dev-C++ 7. A QT-based lightweighted C/C++ editor Description: Red Panda C++. A QT-based lightweighted C/C++ editor
Depends: gcc, g++, gdb, gdbserver Depends: gcc, g++, gdb, gdbserver, make