Skip to content

Commit 54bdb1d

Browse files
committed
fix windows run script
1 parent 23a9b95 commit 54bdb1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/assets/run_windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
@echo off
2-
{BRIDGE_PATH} {DEBUG_FLAG} launch-neovim {LAUNCH_ARGS} "%s" "%%CD%%" "%%~1" %%2
2+
{BRIDGE_PATH} {DEBUG_FLAG} launch-neovim {LAUNCH_ARGS} "%CD%" "%~1" %2

0 commit comments

Comments
 (0)