mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Windows build: Rename the .exe
for consistency
This commit is contained in:
parent
8a2ef69873
commit
52dd6a26bc
3 changed files with 4 additions and 4 deletions
4
.github/workflows/windows-installer.yml
vendored
4
.github/workflows/windows-installer.yml
vendored
|
@ -54,5 +54,5 @@ jobs:
|
||||||
name: Archive production artifacts
|
name: Archive production artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: etherpad-server-windows.exe
|
name: etherpad-win.exe
|
||||||
path: etherpad-server-windows.exe
|
path: etherpad-win.exe
|
||||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
||||||
/etherpad-server-windows.exe
|
/etherpad-win.exe
|
||||||
/etherpad-win.zip
|
/etherpad-win.zip
|
||||||
node_modules
|
node_modules
|
||||||
/settings.json
|
/settings.json
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
Icon "brand.ico"
|
Icon "brand.ico"
|
||||||
BrandingText "Etherpad Foundation"
|
BrandingText "Etherpad Foundation"
|
||||||
Name "Etherpad Server"
|
Name "Etherpad Server"
|
||||||
OutFile "..\..\..\etherpad-server-windows.exe"
|
OutFile "..\..\..\etherpad-win.exe"
|
||||||
|
|
||||||
!insertmacro MUI_LANGUAGE "English"
|
!insertmacro MUI_LANGUAGE "English"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue