Skip to content

Commit

Permalink
Edit now launching view on mac as long as binaries are in the same fo…
Browse files Browse the repository at this point in the history
…lder
  • Loading branch information
RussellGarwood committed Feb 3, 2020
1 parent 3550f08 commit 93f356c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPIERSedit/src/copyingimpl2_ouput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,7 @@ void CopyingImpl::ExportSPV_2(int flag) //0 for export, 1 for export and launch
//QDesktopServices::openUrl(QUrl("file:" + outputfile, QUrl::TolerantMode));

//RJG - sorting luanch spiersview on MAC export.
//At first going to try same as linux - old code above
//Old code above - new approach below is same as Linux, and works just fine
QString program = qApp->applicationFilePath();
program.replace("/SPIERSedit", "/SPIERSview");
QStringList arguments;
Expand Down

0 comments on commit 93f356c

Please sign in to comment.