Skip to content

Commit 305d11c

Browse files
authored
Merge pull request #13 from Kitware/linux_tauri
fix: fixing linux binary launch issues
2 parents 08cb68a + 1a6fb0d commit 305d11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22
rootdir=`dirname $0`
3-
rootdir=`cd $rootdir && cd ../lib/quickview && pwd`
3+
rootdir=`cd $rootdir && pwd`
44

55
$rootdir/server/server $@

0 commit comments

Comments
 (0)