Skip to content

Commit 8910c39

Browse files
committed
chore: 0.7.1 sdk redirects
1 parent 341d497 commit 8910c39

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

firebase.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,26 @@
99
"predeploy": "bazel build //src:prod",
1010
"ignore": ["firebase.json", "**/.*"],
1111
"redirects": [
12+
{
13+
"source": "/ecsact_sdk_0.7.1_windows_x64.zip",
14+
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.7.1/ecsact_sdk_0.7.1_windows_x64.zip",
15+
"type": 302
16+
},
17+
{
18+
"source": "/ecsact_sdk_0.7.1_windows_x64.msix",
19+
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.7.1/ecsact_sdk_0.7.1_windows_x64.msix",
20+
"type": 302
21+
},
22+
{
23+
"source": "/ecsact_sdk_0.7.1_linux_x64.tar.gz",
24+
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.7.1/ecsact_sdk_0.7.1_linux_x64.tar.gz",
25+
"type": 302
26+
},
27+
{
28+
"source": "/ecsact_sdk_0.7.1_amd64.deb",
29+
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.7.1/ecsact_sdk_0.7.1_amd64.deb",
30+
"type": 302
31+
},
1232
{
1333
"source": "/ecsact_sdk_0.7.0_windows_x64.zip",
1434
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.7.0/ecsact_sdk_0.7.0_windows_x64.zip",
@@ -196,7 +216,7 @@
196216
},
197217
{
198218
"source": "/ecsact_sdk.appinstaller",
199-
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.7.0/ecsact_sdk.appinstaller",
219+
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.7.1/ecsact_sdk.appinstaller",
200220
"type": 302
201221
},
202222
{

0 commit comments

Comments
 (0)