From 52dd6a26bc78e03d0157ab931c536c2c492b09d6 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Fri, 13 May 2022 17:26:58 -0400 Subject: [PATCH] Windows build: Rename the `.exe` for consistency --- .github/workflows/windows-installer.yml | 4 ++-- .gitignore | 2 +- src/bin/nsis/etherpad.nsi | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/windows-installer.yml b/.github/workflows/windows-installer.yml index 8a68dc1b..30a5b894 100644 --- a/.github/workflows/windows-installer.yml +++ b/.github/workflows/windows-installer.yml @@ -54,5 +54,5 @@ jobs: name: Archive production artifacts uses: actions/upload-artifact@v3 with: - name: etherpad-server-windows.exe - path: etherpad-server-windows.exe + name: etherpad-win.exe + path: etherpad-win.exe diff --git a/.gitignore b/.gitignore index 8d30d12f..e2f0383a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -/etherpad-server-windows.exe +/etherpad-win.exe /etherpad-win.zip node_modules /settings.json diff --git a/src/bin/nsis/etherpad.nsi b/src/bin/nsis/etherpad.nsi index a32ce55f..a38d5d17 100644 --- a/src/bin/nsis/etherpad.nsi +++ b/src/bin/nsis/etherpad.nsi @@ -7,7 +7,7 @@ Icon "brand.ico" BrandingText "Etherpad Foundation" Name "Etherpad Server" -OutFile "..\..\..\etherpad-server-windows.exe" +OutFile "..\..\..\etherpad-win.exe" !insertmacro MUI_LANGUAGE "English"