Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace C# Godot's dependencies with muhammad-sammy.csharp #582

Merged
merged 4 commits into from
Apr 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -914,6 +914,8 @@
"timeout": 10,
"custom": [
"[ $VERSION = '0.2.1' ] && npm install --save-dev [email protected] [email protected] || true",
"jq --argjson deps '[ \"muhammad-sammy.csharp\" ]' '.extensionDependencies = $deps' package.json > .package.json",
"mv --force .package.json package.json",
"echo 'apt-get update -y' > /tmp/build-godot.sh",
"echo 'apt-get install -y apt-transport-https dirmngr gnupg ca-certificates' >> /tmp/build-godot.sh",
"echo 'apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF' >> /tmp/build-godot.sh",
Expand Down