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