Skip to content

Commit

Permalink
Hope this works now lol
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumfate committed May 6, 2024
1 parent 5873933 commit beaf054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/installer/install_bin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ QUANTUMVIM_PACK_DIR="${QUANTUMVIM_PACK_DIR:-"${QUANTUMVIM_RTP_DIR}/after/pack/la
QUANTUMVIM_STRUCTLOG_DIR="${QUANTUMVIM_STRUCTLOG_DIR:-"${QUANTUMVIM_PACK_DIR}/structlog"}"

function setup_qvim() {
local src="$QUANTUMVIM_RTP_DIR/utils/bin/${NVIM_APPNAME}.template"
local src="$QUANTUMVIM_RTP_DIR/utils/bin/qvim.template"
local dst="$INSTALL_PREFIX/bin/${NVIM_APPNAME}"

[ ! -d "$INSTALL_PREFIX/bin" ] && mkdir -p "$INSTALL_PREFIX/bin"
Expand Down

0 comments on commit beaf054

Please sign in to comment.