Skip to content

Commit

Permalink
fix: cp works differently on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNuclearNexus committed Nov 13, 2024
1 parent c26a46e commit e598061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_extension.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

rm -rf build/*

cp -r language_server build
cp -r language_server build/language_server

echo "from language_server.__main__ import main; main()" > build/__main__.py

Expand Down

0 comments on commit e598061

Please sign in to comment.