File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed
Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -65,24 +65,19 @@ specs:
6565
6666license_file : LICENSE
6767
68- post_install : post_install.sh # [linux]
69- post_install : post_install_macosx.sh # [osx]
68+ post_install : post_install.sh # [unix]
7069post_install : post_install.bat # [win]
7170
7271pre_uninstall : pre_uninstall.bat # [win]
7372
7473post_install_desc : " Add context menu shortcuts." # [win]
7574
76- # transmute not supported yet by micromamba
77- # https://github.com/conda-forge/miniforge/pull/270
78- transmute_file_type : " .conda" # [not arm64]
7975installer_type : pkg # [osx]
8076
81- # Icon image for Windows installer
82- icon_image : hyperspy_bundle_installer.ico # [win]
83-
8477default_prefix : ' %USERPROFILE%\HyperSpy-bundle' # [win]
8578
79+ welcome_image : hyperspy_bundle_installer.ico # [win]
80+
8681welcome_image_text : |-
8782 HyperSpy
8883 bundle
Original file line number Diff line number Diff line change 33echo " Starting post install script..."
44
55# Activate conda environment
6- source ${ PREFIX} /bin/ activate base
6+ source " $ PREFIX/etc/profile.d/conda.sh " && conda activate " $PREFIX "
77
88# Desktop integration
99start_jupyter_cm
You can’t perform that action at this time.
0 commit comments