Skip to content

Commit

Permalink
include refl1d_shell.bat in windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville committed Oct 22, 2024
1 parent 6104177 commit 7cc24b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extra/build_conda_packed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ tar -xzf "$ENV_NAME.tar.gz" -C "$envdir"
case $OSTYPE in
darwin*) cp -r ./extra/platform_scripts/refl1d_webview.app "$pkgdir" ;
cp -r ./extra/platform_scripts/refl1d_shell.app "$pkgdir" ;;
msys*) cp ./extra/platform_scripts/refl1d_webview.bat "$pkgdir" ;;
msys*) cp ./extra/platform_scripts/refl1d_webview.bat "$pkgdir" ;
cp ./extra/platform_scripts/refl1d_shell.bat "$pkgdir" ;;
linux*) cp -r ./extra/platform_scripts/make_linux_desktop_shortcut.sh "$pkgdir" ;
cp -r ./extra/platform_scripts/refl1d-webview "$pkgdir" ;;
esac
Expand Down

0 comments on commit 7cc24b1

Please sign in to comment.