Commit 36aa744f authored by Borreguero Calvo, Jose's avatar Borreguero Calvo, Jose
Browse files

Merge branch 'refred_gui_launcher' into 'main'

update launcher command for refred

See merge request !95
parents befeff2f 67ceb909
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
Name:           nsd-app-wrap
Version:        1.97
Version:        1.98
Release:        1%{?dist}
Summary:        Wrapper scripts to launch python applications installed via anaconda
Vendor:         Peter F. Peterson
@@ -104,6 +104,9 @@ install -m 644 desktop/ibeatles.desktop %{buildroot}%{_datadir}/a
%{_prefix}/share/applications/*

%changelog
* Fri Jul 18 2025 Jose Borreguero
- Update command from refred to refred-gui

* Thu Jul 10 2025 Pete Peterson
- Remove drspine because it is moving to an rpm

+2 −2
Original line number Diff line number Diff line
@@ -5,11 +5,11 @@ CONDA_ENVIRON=refred
if [ -n "$1" ]; then
  if [ "$1" == "--dev" ]; then
    CONDA_ENVIRON=refred-dev
    CMD=refred
    CMD=refred-gui
    shift # drop this argument
  elif [ "$1" == "--qa" ]; then
    CONDA_ENVIRON=refred-qa
    CMD=refred
    CMD=refred-gui
    shift # drop this argument
  else
    CMD=RefRed