We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08cb68a commit 1a6fb0dCopy full SHA for 1a6fb0d
src-tauri/sidecar/trame-x86_64-unknown-linux-gnu
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
rootdir=`dirname $0`
3
-rootdir=`cd $rootdir && cd ../lib/quickview && pwd`
+rootdir=`cd $rootdir && pwd`
4
5
$rootdir/server/server $@
0 commit comments