Windows build: Rename the `.exe` for consistency

This commit is contained in:
Richard Hansen 2022-05-13 17:26:58 -04:00
parent 8a2ef69873
commit 52dd6a26bc
3 changed files with 4 additions and 4 deletions

View File

@ -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

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
/etherpad-server-windows.exe
/etherpad-win.exe
/etherpad-win.zip
node_modules
/settings.json

View File

@ -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"