Browse Source
Merge pull request #710 from MortalKastor/windows-installer-polish
Windows installer polish
master
Gaëtan Renaudeau
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
3 additions and
3 deletions
-
BIN
build/windows/installer.ico
-
BIN
build/windows/installerSidebar.bmp
-
BIN
build/windows/uninstallerSidebar.bmp
-
electron-builder.yml
Width:
|
Height:
|
Size: 156 KiB
|
Width:
|
Height:
|
Size: 201 KiB
Width:
|
Height:
|
Size: 201 KiB
|
Width:
|
Height:
|
Size: 201 KiB
Width:
|
Height:
|
Size: 201 KiB
|
|
|
@ -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 |
|
|
|