|
|
|
|
@ -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
|
|
|
|
|
Keywords=shell;prompt;command;commandline;console;command line;execute;" >> /home/pi/.local/share/applications/crt.desktop
|
|
|
|
|
|