mirror of
https://github.com/laosb/SvelteNova.git
synced 2025-04-30 12:41:09 +00:00
fix: Dylib name.
This commit is contained in:
parent
7c813791aa
commit
59d04f7797
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -5,5 +5,5 @@ SvelteNova.novaextension/README.md
|
||||||
SvelteNova.novaextension/CHANGELOG.md
|
SvelteNova.novaextension/CHANGELOG.md
|
||||||
SvelteNova.novaextension/LICENSE
|
SvelteNova.novaextension/LICENSE
|
||||||
SvelteNova.novaextension/Scripts/**/*
|
SvelteNova.novaextension/Scripts/**/*
|
||||||
SvelteNova.novaextension/Syntaxes/tree-sitter-svelte.dylib
|
SvelteNova.novaextension/Syntaxes/libtree-sitter-svelte.dylib
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
|
@ -11,7 +11,7 @@ pushd tree-sitter-svelte
|
||||||
../build_scripts/compile_parser.sh . $NOVAAPP
|
../build_scripts/compile_parser.sh . $NOVAAPP
|
||||||
popd
|
popd
|
||||||
|
|
||||||
mv tree-sitter-svelte/build/lib/libtree-sitter-svelte.dylib SvelteNova.novaextension/Syntaxes/tree-sitter-svelte.dylib
|
mv tree-sitter-svelte/build/lib/libtree-sitter-svelte.dylib SvelteNova.novaextension/Syntaxes/libtree-sitter-svelte.dylib
|
||||||
|
|
||||||
# Clean up the submodule folder to avoid problems
|
# Clean up the submodule folder to avoid problems
|
||||||
rm -rf tree-sitter-svelte/build
|
rm -rf tree-sitter-svelte/build
|
||||||
|
|
Loading…
Add table
Reference in a new issue