Browse Source

Merge pull request #710 from MortalKastor/windows-installer-polish

Windows installer polish
master
Gaëtan Renaudeau 7 years ago
committed by GitHub
parent
commit
40cedbc3d9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. BIN
      build/windows/installer.ico
  2. BIN
      build/windows/installerSidebar.bmp
  3. BIN
      build/windows/uninstallerSidebar.bmp
  4. 6
      electron-builder.yml

BIN
build/windows/installer.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

BIN
build/installerSidebar.bmp → build/windows/installerSidebar.bmp

Binary file not shown.

Before

Width:  |  Height:  |  Size: 201 KiB

After

Width:  |  Height:  |  Size: 201 KiB

BIN
build/uninstallerSidebar.bmp → build/windows/uninstallerSidebar.bmp

Binary file not shown.

Before

Width:  |  Height:  |  Size: 201 KiB

After

Width:  |  Height:  |  Size: 201 KiB

6
electron-builder.yml

@ -1,5 +1,4 @@
appId: com.ledger.live
npmRebuild: false
protocols:
name: Ledger Live
@ -36,16 +35,17 @@ win:
- target: nsis
arch:
- x64
- ia32
- target: zip
arch:
- x64
- ia32
nsis:
oneClick: false
perMachine: true
allowToChangeInstallationDirectory: true
installerIcon: build/windows/installer.ico
installerSidebar: build/windows/installerSidebar.bmp
uninstallerSidebar: build/windows/uninstallerSidebar.bmp
files:
# Include files

Loading…
Cancel
Save