We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad7dbe commit 115156fCopy full SHA for 115156f
firebase.json
@@ -12,6 +12,16 @@
12
"**/.*"
13
],
14
"redirects": [
15
+ {
16
+ "source": "/ecsact_sdk_0.4.6_windows_x64.zip",
17
+ "destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.4.6/ecsact_sdk_0.4.6_windows_x64.zip",
18
+ "type": 302
19
+ },
20
21
+ "source": "/ecsact_sdk_0.4.6_linux_x64.tar.gz",
22
+ "destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.4.6/ecsact_sdk_0.4.6_linux_x64.tar.gz",
23
24
25
{
26
"source": "/ecsact_sdk_0.4.5_windows_x64.zip",
27
"destination": "https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.4.5/ecsact_sdk_0.4.5_windows_x64.zip",
0 commit comments