Skip to content

Commit 01fe968

Browse files
committed
update docs for downloading expo bundle
1 parent e23ca9c commit 01fe968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DownloadBundle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
You can use the following bash snippet to fetch the latest Rust+ bundle URL.
44

55
```bash
6-
curl -s -H 'Exponent-SDK-Version: 38.0.0' -H 'Exponent-Platform: android' -H 'Exponent-Version: 0.0.15' -H 'Accept: application/expo+json,application/json' -H 'Expo-Release-Channel: default' -H 'Expo-Api-Version: 1' -H 'Expo-Client-Environment: STANDALONE' -H 'Exponent-Accept-Signature: true' -H 'Expo-JSON-Error: true' -H 'Host: exp.host' -H 'User-Agent: okhttp/3.12.1' --compressed 'https://exp.host/@facepunch/RustCompanion' | python -c 'import sys, json; print(json.loads(json.load(sys.stdin)["manifestString"])["bundleUrl"])'
6+
curl -s -H 'Exponent-SDK-Version: 44.0.0' -H 'Exponent-Platform: android' -H 'Exponent-Version: 0.0.25' -H 'Accept: application/expo+json,application/json' -H 'Expo-Release-Channel: default' -H 'Expo-Api-Version: 1' -H 'Expo-Client-Environment: STANDALONE' -H 'Exponent-Accept-Signature: true' -H 'Expo-JSON-Error: true' -H 'Host: exp.host' -H 'User-Agent: okhttp/3.12.1' --compressed 'https://exp.host/@facepunch/RustCompanion' | python -c 'import sys, json; print(json.loads(json.load(sys.stdin)["manifestString"])["bundleUrl"])'
77
```

0 commit comments

Comments
 (0)