@@ -149,8 +149,7 @@ <h3 class="section-heading">Co-Engineering platform for robots</h3>
149
149
< div class ="content-section-a ">
150
150
< div class ="col-lg-12 col-sm-12 ">
151
151
152
- < h2 class ="section-heading text-center "> BowlerStudio Alpha
153
- Release</ h2 >
152
+ < h2 class ="section-heading text-center "> BowlerStudio Release</ h2 >
154
153
< h4 class ="section-heading text-center "> BowlerStudio Minium
155
154
Spec: 64 bit 2.2ghz Quad Core w/ 16GB (32GB RAM recommended) ram,
156
155
OpenGL3.0+ and 512mb disk space</ h4 >
@@ -169,9 +168,12 @@ <h2 class="section-heading text-center">Choose your Installer</h2>
169
168
</ a >
170
169
< h3 class ="text-center ">
171
170
< a class ="btn btn-default text-center "
172
- href ="<%=@item[:studioScript]%> "> BowlerStudio for Linux</ a >
171
+ href ="https://github.com/CommonWealthRobotics/HatRack/releases/latest/download/BowlerLauncher-Linux-x86_64.AppImage "> Linux AppImage</ a >
172
+ </ h3 >
173
+ < h3 class ="text-center ">
174
+ < a class ="btn btn-default text-center "
175
+ href ="https://github.com/CommonWealthRobotics/HatRack/releases/latest/download/BowlerLauncher-Linux-x86_64.deb "> Linux Deb</ a >
173
176
</ h3 >
174
-
175
177
</ div >
176
178
< div class ="col-lg-3 col-sm-4 ">
177
179
< a href ="<%=@item[:winInstaller64]%> "> < img
@@ -181,10 +183,12 @@ <h3 class="text-center">
181
183
</ a >
182
184
< h3 class ="text-center ">
183
185
< a class ="btn btn-default text-center "
184
- href ="<%=@item[:winInstaller64]%> "> BowlerStudio for Windows
185
- 10</ a >
186
+ href ="https://github.com/CommonWealthRobotics/HatRack/releases/latest/download/BowlerLauncher-Windows-x86_64.zip "> Windows Standalone</ a >
187
+ </ h3 >
188
+ < h3 class ="text-center ">
189
+ < a class ="btn btn-default text-center "
190
+ href ="https://github.com/CommonWealthRobotics/HatRack/releases/latest/download/BowlerLauncher-Windows-x86_64.exe "> Windows Local Installer</ a >
186
191
</ h3 >
187
-
188
192
</ div >
189
193
190
194
< div class ="col-lg-3 col-sm-4 ">
@@ -194,9 +198,11 @@ <h3 class="text-center">
194
198
</ a >
195
199
< h3 class ="text-center ">
196
200
< a class ="btn btn-default text-center "
197
- href ="<%=@item[:macInstaller]%> "> BowlerStudio for Mac
198
- (13.2+)</ a >
199
-
201
+ href ="https://github.com/CommonWealthRobotics/HatRack/releases/latest/download/BowlerLauncher-MacOS-arm64.dmg "> Mac Aarch64</ a >
202
+ </ h3 >
203
+ < h3 class ="text-center ">
204
+ < a class ="btn btn-default text-center "
205
+ href ="https://github.com/CommonWealthRobotics/HatRack/releases/latest/download/BowlerLauncher-MacOS-x86_64.dmg "> Mac x86_64</ a >
200
206
</ h3 >
201
207
</ div >
202
208
@@ -205,26 +211,7 @@ <h3 class="text-center">
205
211
<!-- /.container -->
206
212
</ div >
207
213
< a name ="PPAPI "> </ a >
208
- < h2 class ="lead text-center "> Linux Install Instructions</ h2 >
209
- < pre class ="bash ">
210
-
211
- < code >
212
- mkdir -p $HOME/bin/
213
- wget < %=@item[:studioScript]%> -O $HOME/bin/bowlerstudio
214
- chmod +x $HOME/bin/bowlerstudio
215
- bash $HOME/bin/bowlerstudio
216
- </ code >
217
- </ pre >
218
- < h2 class ="lead text-center "> MacOS Install Instructions</ h2 >
219
- < pre class ="bash ">
220
-
221
- < code >
222
- mkdir -p $HOME/bin/
223
- curl -L < %=@item[:macInstaller]%> -o $HOME/bin/bowlerstudio
224
- chmod +x $HOME/bin/bowlerstudio
225
- bash $HOME/bin/bowlerstudio
226
- </ code >
227
- </ pre >
214
+
228
215
< div class ="col-lg-12 col-sm-12 ">
229
216
230
217
< h2 class ="section-heading text-center "> Advanced File Editors:</ h2 >
0 commit comments