trying to debug hamclock build

This commit is contained in:
David Young
2026-04-10 12:57:56 -06:00
parent 5674936a30
commit 67a32a8677
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ version=4.22
wget=https://github.com/tardate/ESPHamClock/archive/refs/tags/4.22.zip wget=https://github.com/tardate/ESPHamClock/archive/refs/tags/4.22.zip
install=$HOME/.local/bin/hamclock install=$HOME/.local/bin/hamclock
gui=true gui=true
steps=cd src && make && make hamclock-web-1600x960 && mv hamclock-web-1600x960 $HOME/.local/bin/hamclock steps=cd src && make && make hamclock-web-1600x960 && mkdir -p $HOME/.local/bin && mv hamclock-web-1600x960 $HOME/.local/bin/hamclock
[openhamclock] [openhamclock]
version=26.1.3 version=26.1.3

View File

@@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
set -e
# #
# Purpose : Compile and install applications from compile.conf # Purpose : Compile and install applications from compile.conf