Cool-Retro-Term bug fix. Now it works.

pull/39/head
Botspot 5 years ago
parent c7bda819b9
commit 7e7354c632

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

Loading…
Cancel
Save