|
55 | 55 | { |
56 | 56 | "description": "Mono Runtime (Linux / x86)", |
57 | 57 | "url": "https://omnisharpdownload.blob.core.windows.net/ext/mono.linux-x86-4.6.1.zip", |
| 58 | + "installPath": "./bin", |
58 | 59 | "platforms": [ |
59 | 60 | "linux" |
60 | 61 | ], |
61 | 62 | "architectures": [ |
62 | 63 | "x86" |
63 | 64 | ], |
64 | 65 | "binaries": [ |
65 | | - "./bin/mono.linux-x86" |
| 66 | + "./mono.linux-x86", |
| 67 | + "./run" |
66 | 68 | ] |
67 | 69 | }, |
68 | 70 | { |
69 | 71 | "description": "Mono Runtime (Linux / x64)", |
70 | 72 | "url": "https://omnisharpdownload.blob.core.windows.net/ext/mono.linux-x86_64-4.6.1.zip", |
| 73 | + "installPath": "./bin", |
71 | 74 | "platforms": [ |
72 | 75 | "linux" |
73 | 76 | ], |
74 | 77 | "architectures": [ |
75 | 78 | "x86_64" |
76 | 79 | ], |
77 | 80 | "binaries": [ |
78 | | - "./bin/mono.linux-x86_64" |
| 81 | + "./mono.linux-x86_64", |
| 82 | + "./run" |
79 | 83 | ] |
80 | 84 | }, |
81 | 85 | { |
82 | 86 | "description": "Mono Runtime (macOS)", |
83 | 87 | "url": "https://omnisharpdownload.blob.core.windows.net/ext/mono.osx-4.6.1.zip", |
| 88 | + "installPath": "./bin", |
84 | 89 | "platforms": [ |
85 | 90 | "darwin" |
86 | 91 | ], |
87 | 92 | "binaries": [ |
88 | | - "./bin/mono.osx" |
| 93 | + "./mono.osx", |
| 94 | + "./run" |
89 | 95 | ] |
90 | 96 | }, |
91 | 97 | { |
92 | 98 | "description": "Mono Framework Assemblies", |
93 | 99 | "url": "https://omnisharpdownload.blob.core.windows.net/ext/framework-4.6.1.zip", |
94 | | - "installPath": "./bin", |
| 100 | + "installPath": "./bin/framework", |
95 | 101 | "platforms": [ |
96 | 102 | "darwin", |
97 | 103 | "linux" |
98 | 104 | ] |
99 | 105 | }, |
100 | 106 | { |
101 | 107 | "description": "OmniSharp (.NET 4.6 / x86)", |
102 | | - "url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-x86-1.9-beta19.zip", |
| 108 | + "url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x86-1.9-beta19.zip", |
| 109 | + "installPath": "./bin/omnisharp", |
103 | 110 | "platforms": [ |
104 | 111 | "win32" |
105 | 112 | ], |
106 | 113 | "architectures": [ |
107 | 114 | "x86", |
108 | 115 | "32-bit" |
109 | | - ], |
110 | | - "binaries": [ |
111 | | - "./bin/run" |
112 | 116 | ] |
113 | 117 | }, |
114 | 118 | { |
115 | 119 | "description": "OmniSharp (.NET 4.6 / x64)", |
116 | | - "url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-x64-1.9-beta19.zip", |
| 120 | + "url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.9-beta19.zip", |
| 121 | + "installPath": "./bin/omnisharp", |
117 | 122 | "platforms": [ |
118 | 123 | "win32" |
119 | 124 | ], |
120 | 125 | "architectures": [ |
121 | 126 | "x86_64", |
122 | 127 | "64-bit" |
123 | | - ], |
124 | | - "binaries": [ |
125 | | - "./bin/run" |
126 | 128 | ] |
127 | 129 | }, |
128 | 130 | { |
129 | | - "description": "OmniSharp (Mono)", |
| 131 | + "description": "OmniSharp (Mono 4.6)", |
130 | 132 | "url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-mono-1.9-beta19.zip", |
131 | | - "installPath": "./bin", |
| 133 | + "installPath": "./bin/omnisharp", |
132 | 134 | "platforms": [ |
133 | 135 | "darwin", |
134 | 136 | "linux" |
135 | | - ], |
136 | | - "binaries": [ |
137 | | - "./run" |
138 | 137 | ] |
139 | 138 | }, |
140 | 139 | { |
|
0 commit comments