Skip to content

Commit

Permalink
chore: 0.7.1 sdk redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Aug 5, 2024
1 parent 341d497 commit 8910c39
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.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",
"type": 302
},
{
"source": "/ecsact_sdk_0.7.1_windows_x64.msix",
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.7.1/ecsact_sdk_0.7.1_windows_x64.msix",
"type": 302
},
{
"source": "/ecsact_sdk_0.7.1_linux_x64.tar.gz",
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.7.1/ecsact_sdk_0.7.1_linux_x64.tar.gz",
"type": 302
},
{
"source": "/ecsact_sdk_0.7.1_amd64.deb",
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.7.1/ecsact_sdk_0.7.1_amd64.deb",
"type": 302
},
{
"source": "/ecsact_sdk_0.7.0_windows_x64.zip",
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.7.0/ecsact_sdk_0.7.0_windows_x64.zip",
Expand Down Expand Up @@ -196,7 +216,7 @@
},
{
"source": "/ecsact_sdk.appinstaller",
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.7.0/ecsact_sdk.appinstaller",
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.7.1/ecsact_sdk.appinstaller",
"type": 302
},
{
Expand Down

0 comments on commit 8910c39

Please sign in to comment.