From ab0f6b0d5ec02e2c0d37ab085360ce47525c72b8 Mon Sep 17 00:00:00 2001 From: bbm Date: Wed, 17 Apr 2024 14:29:20 -0400 Subject: [PATCH] include helper script for linux desktop shortcut --- extra/build_conda_packed.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/extra/build_conda_packed.sh b/extra/build_conda_packed.sh index 44b8c2f3..71d318d3 100755 --- a/extra/build_conda_packed.sh +++ b/extra/build_conda_packed.sh @@ -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