Skip to content

Commit

Permalink
renamed installer file
Browse files Browse the repository at this point in the history
  • Loading branch information
dadecoza committed Dec 7, 2024
1 parent cd98f62 commit 89fb86e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -94,4 +94,4 @@ jobs:
with:
subject-path: |
lib*.dll
pidgin-meshtastic-plugin.exe
pidgin-meshtastic-setup.exe
2 changes: 1 addition & 1 deletion nsis/pidgin-meshtastic-installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 89fb86e

Please sign in to comment.