mirror of
https://github.com/coder/code-server.git
synced 2025-08-01 10:21:40 +08:00
feat: use sh in postinstall in build-release.sh
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user