Skip to content

Commit fc849d8

Browse files
authored
fix resources path
1 parent db370e2 commit fc849d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

useful-tools/quick-sharun.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ _make_deployment_array() {
686686
"$LIB_DIR"/libsoftokn3.so* \
687687
"$LIB_DIR"/libfreeblpriv3.so*
688688
# electron has a resources directory that may have binaries
689-
d="$ELECTRON_BIN"/resources
689+
d="${ELECTRON_BIN%/*}"/resources
690690
if [ -d "$d" ]; then
691691
set -- $(find "$d" -type f ! -name '*.so*')
692692
fi

0 commit comments

Comments
 (0)