Merge branch 'master' of github.com:royqh1979/RedPanda-CPP

This commit is contained in:
Roy Qu 2022-01-01 09:09:37 +08:00
commit f4db7fcad0
3 changed files with 9 additions and 7 deletions

View File

@ -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

View File

@ -16,5 +16,7 @@ cp -r /opt/RedPandaIDE/*.desktop $TMP_FOLDER/usr/share/applications
dpkg-deb --build /tmp/redpandaide
mv $TMP_FOLDER/../redpandaide.deb redpana-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
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