From d7f69d77271e7e2a05a27b1acf0280dca8f1a731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Mon, 30 Oct 2023 14:53:23 +0100 Subject: [PATCH] add verions --- build-webinstaller.sh | 2 +- versions.json | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 versions.json diff --git a/build-webinstaller.sh b/build-webinstaller.sh index 2c87476..d0c9988 100644 --- a/build-webinstaller.sh +++ b/build-webinstaller.sh @@ -1,6 +1,6 @@ #!/bin/sh INSTALLER_PATH=./hardware-installer/src/firmware/esp32 -REPO=https://github.com/lnbits/bitcoinswitch/releases/download +REPO=https://github.com/lnbits/nostr-zap-lamp/releases/download PROJECT_NAME=nostrZapLamp git clone https://github.com/lnbits/hardware-installer diff --git a/versions.json b/versions.json new file mode 100644 index 0000000..b0e4526 --- /dev/null +++ b/versions.json @@ -0,0 +1,6 @@ +{ + "devices": [ + "esp32" + ], + "versions": [] +}