mirror of https://git.tuxpa.in/a/code-server.git
feat: use sh in postinstall in build-release.sh
This commit is contained in:
parent
1f95a23d1d
commit
014faf5b1c
|
@ -49,7 +49,7 @@ bundle_code_server() {
|
||||||
{
|
{
|
||||||
"commit": "$(git rev-parse HEAD)",
|
"commit": "$(git rev-parse HEAD)",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "./postinstall.sh"
|
"postinstall": "sh ./postinstall.sh"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in New Issue