mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
sqlite: remove thirdparty/sqlite/shell.c from the amalgamation folder
This commit is contained in:
parent
e9a2f86dcf
commit
07cea76e63
6
.github/workflows/windows-install-sqlite.bat
vendored
6
.github/workflows/windows-install-sqlite.bat
vendored
@ -1,10 +1,10 @@
|
|||||||
REM @echo off
|
@echo off
|
||||||
|
|
||||||
echo on
|
|
||||||
|
|
||||||
curl -L https://www.sqlite.org/2020/sqlite-amalgamation-3320300.zip -o sqlite-amalgamation-3320300.zip
|
curl -L https://www.sqlite.org/2020/sqlite-amalgamation-3320300.zip -o sqlite-amalgamation-3320300.zip
|
||||||
|
|
||||||
unzip sqlite-amalgamation-3320300.zip -d thirdparty/
|
unzip sqlite-amalgamation-3320300.zip -d thirdparty/
|
||||||
|
|
||||||
|
del thirdparty/sqlite-amalgamation-3320300/shell.c
|
||||||
|
|
||||||
move /y thirdparty/sqlite-amalgamation-3320300 thirdparty/sqlite
|
move /y thirdparty/sqlite-amalgamation-3320300 thirdparty/sqlite
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user