File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 9
9
"predeploy" : " bazel build //src:prod" ,
10
10
"ignore" : [" firebase.json" , " **/.*" ],
11
11
"redirects" : [
12
+ {
13
+ "source" : " /ecsact_sdk_0.9.0_windows_x64.zip" ,
14
+ "destination" : " https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.9.0/ecsact_sdk_0.9.0_windows_x64.zip" ,
15
+ "type" : 302
16
+ },
17
+ {
18
+ "source" : " /ecsact_sdk_0.9.0_windows_x64.msix" ,
19
+ "destination" : " https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.9.0/ecsact_sdk_0.9.0_windows_x64.msix" ,
20
+ "type" : 302
21
+ },
22
+ {
23
+ "source" : " /ecsact_sdk_0.9.0_linux_x64.tar.gz" ,
24
+ "destination" : " https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.9.0/ecsact_sdk_0.9.0_linux_x64.tar.gz" ,
25
+ "type" : 302
26
+ },
27
+ {
28
+ "source" : " /ecsact_sdk_0.9.0_amd64.deb" ,
29
+ "destination" : " https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.9.0/ecsact_sdk_0.9.0_amd64.deb" ,
30
+ "type" : 302
31
+ },
12
32
{
13
33
"source" : " /ecsact_sdk_0.8.0_windows_x64.zip" ,
14
34
"destination" : " https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.8.0/ecsact_sdk_0.8.0_windows_x64.zip" ,
236
256
},
237
257
{
238
258
"source" : " /ecsact_sdk.appinstaller" ,
239
- "destination" : " https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.8 .0/ecsact_sdk.appinstaller" ,
259
+ "destination" : " https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.9 .0/ecsact_sdk.appinstaller" ,
240
260
"type" : 302
241
261
},
242
262
{
You can’t perform that action at this time.
0 commit comments