Skip to content

Commit b9452a7

Browse files
committed
fix updated windows run script
1 parent 330e099 commit b9452a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/defold/editor_config.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
(case os
2424
:linux ["run.sh" (format "#!/usr/bin/env bash\n%s --config \"%s\" run launch-neovim \"%s\" \"$(realpath .)\" \"$1\" $2" (escape-spaces bb-path) (bb-edn) config-path)]
2525
:mac ["run.sh" (format "#!/usr/bin/env bash\nexport PATH=\"/usr/bin:/usr/local/bin:$PATH\"\n%s --config \"%s\" run launch-neovim \"%s\" \"$(realpath .)\" \"$1\" $2" (escape-spaces bb-path) (bb-edn) config-path)]
26-
:windows ["run.bat" (format "@echo off\r\n\"%s\" --config \"%s\" run launch-neovim \"%s\" \"%CD%\" \"%%~1\" %%2" bb-path (bb-edn) config-path)]
26+
:windows ["run.bat" (format "@echo off\r\n\"%s\" --config \"%s\" run launch-neovim \"%s\" \"%%CD%%\" \"%%~1\" %%2" bb-path (bb-edn) config-path)]
2727
:unknown (let [ex (ex-info "Can't create runner script for unknown operating system" {})]
2828
(log/error (ex-message ex) ex)
2929
(throw ex)))

0 commit comments

Comments
 (0)