Skip to content

Commit b48d1bc

Browse files
committed
chore: update sdk redirects
1 parent ec39794 commit b48d1bc

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

firebase.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,21 @@
1212
"**/.*"
1313
],
1414
"redirects": [
15+
{
16+
"source": "/ecsact_sdk_0.5.0_windows_x64.zip",
17+
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.5.0/ecsact_sdk_0.5.0_windows_x64.zip",
18+
"type": 302
19+
},
20+
{
21+
"source": "/ecsact_sdk_0.5.0_windows_x64.msix",
22+
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.5.0/ecsact_sdk_0.5.0_windows_x64.msix",
23+
"type": 302
24+
},
25+
{
26+
"source": "/ecsact_sdk_0.5.0_linux_x64.tar.gz",
27+
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.5.0/ecsact_sdk_0.5.0_linux_x64.tar.gz",
28+
"type": 302
29+
},
1530
{
1631
"source": "/ecsact_sdk_0.4.7_windows_x64.zip",
1732
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.4.7/ecsact_sdk_0.4.7_windows_x64.zip",
@@ -124,7 +139,7 @@
124139
},
125140
{
126141
"source": "/ecsact_sdk.appinstaller",
127-
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.4.7/ecsact_sdk.appinstaller",
142+
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.5.0/ecsact_sdk.appinstaller",
128143
"type": 302
129144
}
130145
],

0 commit comments

Comments
 (0)