Skip to content

Commit 6340bfe

Browse files
committed
Updated redirects for SDK 0.4.3
1 parent 2a30470 commit 6340bfe

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.4.3_windows_x64.zip",
17+
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.4.3/ecsact_sdk_0.4.3_windows_x64.zip",
18+
"type": 302
19+
},
20+
{
21+
"source": "/ecsact_sdk_0.4.3_windows_x64.msix",
22+
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.4.3/ecsact_sdk_0.4.3_windows_x64.msix",
23+
"type": 302
24+
},
25+
{
26+
"source": "/ecsact_sdk_0.4.3_linux_x64.tar.gz",
27+
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.4.3/ecsact_sdk_0.4.3_linux_x64.tar.gz",
28+
"type": 302
29+
},
1530
{
1631
"source": "/ecsact_sdk_0.4.2_windows_x64.msix",
1732
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.4.2/ecsact_sdk_0.4.2_windows_x64.msix",
@@ -49,7 +64,7 @@
4964
},
5065
{
5166
"source": "/ecsact_sdk.appinstaller",
52-
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.4.2/ecsact_sdk.appinstaller",
67+
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.4.3/ecsact_sdk.appinstaller",
5368
"type": 302
5469
}
5570
],

0 commit comments

Comments
 (0)