Skip to content

Commit

Permalink
Rename to PicoKeyerTerminal
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarpicva committed Oct 27, 2022
1 parent e4e7cb5 commit c68028a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PicoKeyer.pro → PicoKeyerTerminal.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ QT += core gui serialport
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

CONFIG += c++17

TARGET = PicoKeyerTerminal
# You can make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ mkdir PicoKeyerTerminal
## go to the application folder
cd PicoKeyerTerminal
## copy the executable to the application folder
cp ~/src/PicoKeyerTerminal/build/PicoKeyer .
cp ~/src/PicoKeyerTerminal/build/PicoKeyerTerminal .
## Ensure that it is set to be executable
chmod +x PicoKeyer
chmod +x PicoKeyerTerminal
## create a simple startup script for the application
echo "#!/bin/bash">PicoKeyerTerminal.sh
echo "# Start the Pico Keyer Terminal UI" >> PicoKeyerTerminal.sh
echo "export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH" >> PicoKeyerTerminal.sh
echo "./PicoKeyer">> PicoKeyerTerminal.sh
echo "./PicoKeyerTerminal PicoKeyerTerminal.sh
echo "exit 0" >> PicoKeyerTerminal.sh
## Ensure that the startup script is also executable
chmod +x PicoKeyerTerminal.sh
Expand Down

0 comments on commit c68028a

Please sign in to comment.