diff --git a/rpm/nsd-app-wrap.spec b/rpm/nsd-app-wrap.spec index 6d7cedb3765bd259e87bbf51cdcf56f8db95271e..92a54e518bb611ef5c1f4e8fff1df0a4eebc17c3 100644 --- a/rpm/nsd-app-wrap.spec +++ b/rpm/nsd-app-wrap.spec @@ -1,5 +1,5 @@ Name: nsd-app-wrap -Version: 2.20 +Version: 2.21 Release: 1%{?dist} Summary: Wrapper scripts to launch python applications installed via anaconda Vendor: Peter F. Peterson diff --git a/src/nr_launcher b/src/nr_launcher index 15785c96ebb12bb5bf17edab043a555cffe9bb61..a856f00422338893a08b842e46c06968c6a4d242 100755 --- a/src/nr_launcher +++ b/src/nr_launcher @@ -7,6 +7,6 @@ # put together arguments - conda_env, application, argv -args=("refl1d" "python /SNS/REF_L/shared/launcher/launcher.py" "$@") +args=("refred" "python /SNS/REF_L/shared/launcher/launcher.py" "$@") # launch the tool pixi_launch "${args[@]}"