diff --git a/apps/Cool Retro Term/install b/apps/Cool Retro Term/install index 3abf4d2..310e031 100755 --- a/apps/Cool Retro Term/install +++ b/apps/Cool Retro Term/install @@ -17,6 +17,8 @@ cd cool-retro-term || error "failed on cd step!" qmake || error "failed on qmake step!" make -j8 || error "failed on make step!" +cp -rf qmltermwidget/src/qmldir qmltermwidget/lib/kb-layouts qmltermwidget/lib/color-schemes qmltermwidget/src/QMLTermScrollbar.qml qmltermwidget/QMLTermWidget + echo "[Desktop Entry] Comment=Use the command line the old way Exec=/home/pi/cool-retro-term/cool-retro-term @@ -27,4 +29,4 @@ Categories=GTK;System;TerminalEmulator; StartupNotify=true Terminal=false Type=Application -Keywords=shell;prompt;command;commandline;console;command line;execute;" >> /home/pi/.local/share/applications/crt.desktop \ No newline at end of file +Keywords=shell;prompt;command;commandline;console;command line;execute;" >> /home/pi/.local/share/applications/crt.desktop