mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-13 23:53:25 +00:00
Compare commits
1 Commits
fix/browse
...
fix/server
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
16f728e859 |
@@ -1,59 +1,5 @@
|
||||
{
|
||||
"resources": [
|
||||
{
|
||||
"name": "Bun Runtime - macOS ARM64",
|
||||
"source": {
|
||||
"type": "r2",
|
||||
"key": "third_party/bun/bun-darwin-arm64"
|
||||
},
|
||||
"destination": "resources/bin/third_party/bun",
|
||||
"os": ["macos"],
|
||||
"arch": ["arm64"],
|
||||
"executable": true
|
||||
},
|
||||
{
|
||||
"name": "Bun Runtime - macOS x64",
|
||||
"source": {
|
||||
"type": "r2",
|
||||
"key": "third_party/bun/bun-darwin-x64"
|
||||
},
|
||||
"destination": "resources/bin/third_party/bun",
|
||||
"os": ["macos"],
|
||||
"arch": ["x64"],
|
||||
"executable": true
|
||||
},
|
||||
{
|
||||
"name": "Bun Runtime - Linux ARM64",
|
||||
"source": {
|
||||
"type": "r2",
|
||||
"key": "third_party/bun/bun-linux-arm64"
|
||||
},
|
||||
"destination": "resources/bin/third_party/bun",
|
||||
"os": ["linux"],
|
||||
"arch": ["arm64"],
|
||||
"executable": true
|
||||
},
|
||||
{
|
||||
"name": "Bun Runtime - Linux x64",
|
||||
"source": {
|
||||
"type": "r2",
|
||||
"key": "third_party/bun/bun-linux-x64"
|
||||
},
|
||||
"destination": "resources/bin/third_party/bun",
|
||||
"os": ["linux"],
|
||||
"arch": ["x64"],
|
||||
"executable": true
|
||||
},
|
||||
{
|
||||
"name": "Bun Runtime - Windows x64",
|
||||
"source": {
|
||||
"type": "r2",
|
||||
"key": "third_party/bun/bun-windows-x64.exe"
|
||||
},
|
||||
"destination": "resources/bin/third_party/bun.exe",
|
||||
"os": ["windows"],
|
||||
"arch": ["x64"]
|
||||
},
|
||||
{
|
||||
"name": "Podman CLI - macOS ARM64",
|
||||
"source": {
|
||||
@@ -183,60 +129,6 @@
|
||||
"destination": "resources/bin/third_party/podman/win-sshproxy.exe",
|
||||
"os": ["windows"],
|
||||
"arch": ["x64"]
|
||||
},
|
||||
{
|
||||
"name": "ripgrep - macOS ARM64",
|
||||
"source": {
|
||||
"type": "r2",
|
||||
"key": "third_party/ripgrep/rg-darwin-arm64"
|
||||
},
|
||||
"destination": "resources/bin/third_party/rg",
|
||||
"os": ["macos"],
|
||||
"arch": ["arm64"],
|
||||
"executable": true
|
||||
},
|
||||
{
|
||||
"name": "ripgrep - macOS x64",
|
||||
"source": {
|
||||
"type": "r2",
|
||||
"key": "third_party/ripgrep/rg-darwin-x64"
|
||||
},
|
||||
"destination": "resources/bin/third_party/rg",
|
||||
"os": ["macos"],
|
||||
"arch": ["x64"],
|
||||
"executable": true
|
||||
},
|
||||
{
|
||||
"name": "ripgrep - Linux ARM64",
|
||||
"source": {
|
||||
"type": "r2",
|
||||
"key": "third_party/ripgrep/rg-linux-arm64"
|
||||
},
|
||||
"destination": "resources/bin/third_party/rg",
|
||||
"os": ["linux"],
|
||||
"arch": ["arm64"],
|
||||
"executable": true
|
||||
},
|
||||
{
|
||||
"name": "ripgrep - Linux x64",
|
||||
"source": {
|
||||
"type": "r2",
|
||||
"key": "third_party/ripgrep/rg-linux-x64"
|
||||
},
|
||||
"destination": "resources/bin/third_party/rg",
|
||||
"os": ["linux"],
|
||||
"arch": ["x64"],
|
||||
"executable": true
|
||||
},
|
||||
{
|
||||
"name": "ripgrep - Windows x64",
|
||||
"source": {
|
||||
"type": "r2",
|
||||
"key": "third_party/ripgrep/rg-windows-x64.exe"
|
||||
},
|
||||
"destination": "resources/bin/third_party/rg.exe",
|
||||
"os": ["windows"],
|
||||
"arch": ["x64"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user