adjust postcreatecommand for stoat
Signed-off-by: Alex Yong <alexjyong@gmail.com>
This commit is contained in:
parent
0b80f648c5
commit
8f907850ad
|
|
@ -10,7 +10,7 @@
|
|||
"jdkDistro": "oracle"
|
||||
}
|
||||
},
|
||||
"postCreateCommand": "chmod +x gradlew && deno run -A scripts/download_deps.ts --yes && cp revoltbuild.properties.example revoltbuild.properties && cp sentry.properties.example sentry.properties && cp app/google-services.json.example app/google-services.json && git submodule update --init --recursive",
|
||||
"postCreateCommand": "chmod +x gradlew && deno run -A scripts/download_deps.ts --yes && cp stoatbuild.properties.example stoatbuild.properties && cp sentry.properties.example sentry.properties && cp app/google-services.json.example app/google-services.json && git submodule update --init --recursive",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue