Skip to content

Commit

Permalink
chore: update redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Aug 10, 2024
1 parent 8910c39 commit 7f2c1c9
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,26 @@
"predeploy": "bazel build //src:prod",
"ignore": ["firebase.json", "**/.*"],
"redirects": [
{
"source": "/ecsact_sdk_0.8.0_windows_x64.zip",
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.8.0/ecsact_sdk_0.8.0_windows_x64.zip",
"type": 302
},
{
"source": "/ecsact_sdk_0.8.0_windows_x64.msix",
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.8.0/ecsact_sdk_0.8.0_windows_x64.msix",
"type": 302
},
{
"source": "/ecsact_sdk_0.8.0_linux_x64.tar.gz",
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.8.0/ecsact_sdk_0.8.0_linux_x64.tar.gz",
"type": 302
},
{
"source": "/ecsact_sdk_0.8.0_amd64.deb",
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.8.0/ecsact_sdk_0.8.0_amd64.deb",
"type": 302
},
{
"source": "/ecsact_sdk_0.7.1_windows_x64.zip",
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.7.1/ecsact_sdk_0.7.1_windows_x64.zip",
Expand Down Expand Up @@ -216,7 +236,7 @@
},
{
"source": "/ecsact_sdk.appinstaller",
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.7.1/ecsact_sdk.appinstaller",
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.8.0/ecsact_sdk.appinstaller",
"type": 302
},
{
Expand Down

0 comments on commit 7f2c1c9

Please sign in to comment.