Skip to content

Commit

Permalink
Tweak welcome and header image text for the windows installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Prestat authored and ericpre committed Feb 5, 2020
1 parent e167177 commit 6fccfd7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
displayName: Build distribution
- bash: |
sha256sum HyperSpy-*.pkg
shasum -a 256 HyperSpy-*.pkg
displayName: sha256sum
- publish: $(Build.SourcesDirectory)
Expand Down
7 changes: 7 additions & 0 deletions conda_distribution/construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,10 @@ icon_image: hyperspy_bundle_installer.ico # [win]

default_prefix: '%USERPROFILE%\HyperSpy-bundle' # [win]

welcome_image_text: |-
HyperSpy
bundle
header_image_text: |-
HyperSpy
bundle

0 comments on commit 6fccfd7

Please sign in to comment.