We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa59fe commit 79f2388Copy full SHA for 79f2388
installers/conda/linux/create_tarball.sh
@@ -43,7 +43,7 @@ function fixup_bundle() {
43
echo "Fixing up bundle so it is self contained"
44
# Fix absolute paths in Qt and our own startup script
45
fixup_qt "$bundle_conda_prefix" "$HERE"/../common/qt.conf
46
- sed -i -e "s@$bundle_prefix_absolute/@\$INSTALLDIR/@" $bundle_prefix_absolute/bin/launch_mantidworkbench
+ sed -i -e "s@$bundle_prefix_absolute/@\$INSTALLDIR/@" $bundle_prefix_absolute/bin/mantidworkbench
47
}
48
49
# Create a tarball out of the installed conda environment
0 commit comments