Skip to content

Commit 79f2388

Browse files
Update the installers
1 parent 2fa59fe commit 79f2388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installers/conda/linux/create_tarball.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function fixup_bundle() {
4343
echo "Fixing up bundle so it is self contained"
4444
# Fix absolute paths in Qt and our own startup script
4545
fixup_qt "$bundle_conda_prefix" "$HERE"/../common/qt.conf
46-
sed -i -e "s@$bundle_prefix_absolute/@\$INSTALLDIR/@" $bundle_prefix_absolute/bin/launch_mantidworkbench
46+
sed -i -e "s@$bundle_prefix_absolute/@\$INSTALLDIR/@" $bundle_prefix_absolute/bin/mantidworkbench
4747
}
4848

4949
# Create a tarball out of the installed conda environment

0 commit comments

Comments
 (0)