From 89fb86eb99ff3fc116d9610bcda019c16f4df2c5 Mon Sep 17 00:00:00 2001 From: Johannes le Roux Date: Sat, 7 Dec 2024 20:23:34 +0200 Subject: [PATCH] renamed installer file --- .github/workflows/cross.yml | 6 +++--- nsis/pidgin-meshtastic-installer.nsi | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cross.yml b/.github/workflows/cross.yml index 6372d42..df4f551 100644 --- a/.github/workflows/cross.yml +++ b/.github/workflows/cross.yml @@ -76,13 +76,13 @@ jobs: name: plugin path: | lib*.dll - pidgin-meshtastic-plugin.exe + pidgin-meshtastic-setup.exe - name: release if: ${{ !env.ACT }} uses: ncipollo/release-action@v1 with: - artifacts: "lib*.dll,pidgin-meshtastic-plugin.exe" + artifacts: "lib*.dll,pidgin-meshtastic-setup.exe" tag: nightly-${{ github.sha }} name: Nightly ${{ github.sha }} allowUpdates: true @@ -94,4 +94,4 @@ jobs: with: subject-path: | lib*.dll - pidgin-meshtastic-plugin.exe + pidgin-meshtastic-setup.exe diff --git a/nsis/pidgin-meshtastic-installer.nsi b/nsis/pidgin-meshtastic-installer.nsi index 47b15a9..8bfc3e8 100644 --- a/nsis/pidgin-meshtastic-installer.nsi +++ b/nsis/pidgin-meshtastic-installer.nsi @@ -30,7 +30,7 @@ ; MUI end ------ Icon "pidgin-meshtastic.ico" Name "${PRODUCT_NAME} ${PRODUCT_VERSION}" -OutFile "..\pidgin-meshtastic-plugin.exe" +OutFile "..\pidgin-meshtastic-setup.exe" InstallDir "$PROGRAMFILES\Pidgin" ShowInstDetails show