Skip to content

Commit 235584b

Browse files
committed
Updating the download URL's
1 parent 9ee6b46 commit 235584b

File tree

2 files changed

+23
-30
lines changed

2 files changed

+23
-30
lines changed

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,16 @@ see this link for updating .congif.yaml with a new token. https://gist.github.co
2525
```
2626
git clone https://github.com/CommonWealthRobotics/CommonWealthRobotics.github.io.git
2727
bash launch.sh
28+
```
2829

2930
For mac:
31+
32+
```
3033
Install xcode
3134
Install macports
35+
```
36+
37+
```
3238
sudo port install ruby19
3339
sudo port install rb19-bundler
3440
bundle-1.9 install

Diff for: layouts/landing.html

+17-30
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,7 @@ <h3 class="section-heading">Co-Engineering platform for robots</h3>
149149
<div class="content-section-a">
150150
<div class="col-lg-12 col-sm-12">
151151

152-
<h2 class="section-heading text-center">BowlerStudio Alpha
153-
Release</h2>
152+
<h2 class="section-heading text-center">BowlerStudio Release</h2>
154153
<h4 class="section-heading text-center">BowlerStudio Minium
155154
Spec: 64 bit 2.2ghz Quad Core w/ 16GB (32GB RAM recommended) ram,
156155
OpenGL3.0+ and 512mb disk space</h4>
@@ -169,9 +168,12 @@ <h2 class="section-heading text-center">Choose your Installer</h2>
169168
</a>
170169
<h3 class="text-center">
171170
<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>
173176
</h3>
174-
175177
</div>
176178
<div class="col-lg-3 col-sm-4">
177179
<a href="<%=@item[:winInstaller64]%>"> <img
@@ -181,10 +183,12 @@ <h3 class="text-center">
181183
</a>
182184
<h3 class="text-center">
183185
<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>
186191
</h3>
187-
188192
</div>
189193

190194
<div class="col-lg-3 col-sm-4">
@@ -194,9 +198,11 @@ <h3 class="text-center">
194198
</a>
195199
<h3 class="text-center">
196200
<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>
200206
</h3>
201207
</div>
202208

@@ -205,26 +211,7 @@ <h3 class="text-center">
205211
<!-- /.container -->
206212
</div>
207213
<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+
228215
<div class="col-lg-12 col-sm-12">
229216

230217
<h2 class="section-heading text-center">Advanced File Editors:</h2>

0 commit comments

Comments
 (0)