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"