Skip to content

Commit

Permalink
include helper script for linux desktop shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville committed Apr 17, 2024
1 parent 9e66435 commit ab0f6b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extra/build_conda_packed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ conda deactivate
WORKING_DIRECTORY=$(pwd)
# add our batch script:
case $OSTYPE in darwin*) cp -r ./extra/refl1d_webview.app "$destdir" ;; esac
case $OSTYPE in linux*) cp -r ./extra/make_linux_desktop_shortcut.sh "$destdir" ;; esac

$envdir/bin/python -m pip install --no-input --no-compile numba
$envdir/bin/python -m pip install --no-input --no-compile git+https://github.com/bumps/bumps@webview
Expand Down

0 comments on commit ab0f6b0

Please sign in to comment.