Browse Source
Merge pull request #715 from MortalKastor/moar-win-polish
Some more windows polish
master
Thibaut
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with
12 additions and
9 deletions
-
BIN
build/windows/app.ico
-
BIN
build/windows/installerSidebar.bmp
-
BIN
build/windows/uninstaller.ico
-
BIN
build/windows/uninstallerSidebar.bmp
-
electron-builder.yml
-
scripts/compile.sh
-
scripts/dist-dir.sh
-
scripts/dist.sh
-
scripts/hash-utils.sh
-
scripts/install-ci-deps.sh
-
scripts/postinstall.sh
-
scripts/release.sh
-
scripts/start.sh
-
src/components/UpdateNotifier/UpdateDownloaded.js
Width:
|
Height:
|
Size: 150 KiB
|
Width:
|
Height:
|
Size: 201 KiB
Width:
|
Height:
|
Size: 151 KiB
|
Width:
|
Height:
|
Size: 155 KiB
|
Width:
|
Height:
|
Size: 201 KiB
Width:
|
Height:
|
Size: 151 KiB
|
|
|
@ -27,6 +27,7 @@ linux: |
|
|
|
|
|
|
|
win: |
|
|
|
artifactName: ${name}-${version}-${os}-${arch}.${ext} |
|
|
|
icon: build/windows/app.ico |
|
|
|
certificateSubjectName: Ledger SAS |
|
|
|
certificateSha1: 7dd9acb2ef0402883c65901ebbafd06e5293d391 |
|
|
|
signingHashAlgorithms: |
|
|
@ -45,6 +46,7 @@ nsis: |
|
|
|
allowToChangeInstallationDirectory: true |
|
|
|
installerIcon: build/windows/installer.ico |
|
|
|
installerSidebar: build/windows/installerSidebar.bmp |
|
|
|
uninstallerIcon: build/windows/uninstaller.ico |
|
|
|
uninstallerSidebar: build/windows/uninstallerSidebar.bmp |
|
|
|
|
|
|
|
files: |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
#/bin/bash |
|
|
|
#!/bin/bash |
|
|
|
|
|
|
|
set -e |
|
|
|
|
|
|
|
|
|
@ -1,3 +1,3 @@ |
|
|
|
#/bin/bash |
|
|
|
#!/bin/bash |
|
|
|
|
|
|
|
yarn compile && DEBUG=electron-builder electron-builder --dir -c.compression=store -c.mac.identity=null |
|
|
|
|
|
@ -1,3 +1,3 @@ |
|
|
|
#/bin/bash |
|
|
|
#!/bin/bash |
|
|
|
|
|
|
|
yarn compile && DEBUG=electron-builder electron-builder |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
#/bin/bash |
|
|
|
#!/bin/bash |
|
|
|
|
|
|
|
function GET_HASH_PATH { |
|
|
|
HASH_NAME=$1 |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
#/bin/bash |
|
|
|
#!/bin/bash |
|
|
|
|
|
|
|
source scripts/hash-utils.sh |
|
|
|
|
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
#/bin/bash |
|
|
|
#!/bin/bash |
|
|
|
|
|
|
|
source scripts/hash-utils.sh |
|
|
|
|
|
|
|
|
|
@ -21,4 +21,4 @@ fi |
|
|
|
# TODO check if local git HEAD is EXACTLY our remote master HEAD |
|
|
|
|
|
|
|
yarn compile |
|
|
|
build |
|
|
|
DEBUG=electron-builder yarn run electron-builder build --publish always |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
#/bin/bash |
|
|
|
#!/bin/bash |
|
|
|
|
|
|
|
concurrently --raw --kill-others \ |
|
|
|
"cross-env NODE_ENV=development webpack-cli --mode development --watch --config webpack/internals.config.js" \ |
|
|
|
|
|
@ -35,7 +35,8 @@ const Container = styled(Box).attrs({ |
|
|
|
px: 3, |
|
|
|
bg: 'wallet', |
|
|
|
color: 'white', |
|
|
|
mt: '-35px', |
|
|
|
mt: '-50px', |
|
|
|
mb: '35px', |
|
|
|
style: p => ({ |
|
|
|
transform: `translate3d(0, ${p.offset}%, 0)`, |
|
|
|
}), |
|
|
|