Loading rpm/nsd-app-wrap.spec +4 −1 Original line number Diff line number Diff line Name: nsd-app-wrap Version: 1.95 Version: 1.96 Release: 1%{?dist} Summary: Wrapper scripts to launch python applications installed via anaconda Vendor: Peter F. Peterson Loading Loading @@ -106,6 +106,9 @@ install -m 644 desktop/ibeatles.desktop %{buildroot}%{_datadir}/a %changelog * Mon Jun 30 2025 Glass Elsarboukh - Update command from RefRed to refred * Mon Jun 16 2025 John Hetrick - Renamed snapblue to snapwrap Loading src/refred +6 −1 Original line number Diff line number Diff line Loading @@ -5,10 +5,14 @@ CONDA_ENVIRON=refred if [ -n "$1" ]; then if [ "$1" == "--dev" ]; then CONDA_ENVIRON=refred-dev CMD=refred shift # drop this argument elif [ "$1" == "--qa" ]; then CONDA_ENVIRON=refred-qa CMD=refred shift # drop this argument else CMD=RefRed fi fi Loading @@ -18,6 +22,7 @@ fi . /bin/nsd-app-wrap.sh # put together arguments - conda_env, application, argv args=("${CONDA_ENVIRON}" "RefRed" "$@") args=("${CONDA_ENVIRON}" "${CMD}" "$@") # launch the tool activate_and_launch "${args[@]}" Loading
rpm/nsd-app-wrap.spec +4 −1 Original line number Diff line number Diff line Name: nsd-app-wrap Version: 1.95 Version: 1.96 Release: 1%{?dist} Summary: Wrapper scripts to launch python applications installed via anaconda Vendor: Peter F. Peterson Loading Loading @@ -106,6 +106,9 @@ install -m 644 desktop/ibeatles.desktop %{buildroot}%{_datadir}/a %changelog * Mon Jun 30 2025 Glass Elsarboukh - Update command from RefRed to refred * Mon Jun 16 2025 John Hetrick - Renamed snapblue to snapwrap Loading
src/refred +6 −1 Original line number Diff line number Diff line Loading @@ -5,10 +5,14 @@ CONDA_ENVIRON=refred if [ -n "$1" ]; then if [ "$1" == "--dev" ]; then CONDA_ENVIRON=refred-dev CMD=refred shift # drop this argument elif [ "$1" == "--qa" ]; then CONDA_ENVIRON=refred-qa CMD=refred shift # drop this argument else CMD=RefRed fi fi Loading @@ -18,6 +22,7 @@ fi . /bin/nsd-app-wrap.sh # put together arguments - conda_env, application, argv args=("${CONDA_ENVIRON}" "RefRed" "$@") args=("${CONDA_ENVIRON}" "${CMD}" "$@") # launch the tool activate_and_launch "${args[@]}"