Skip to content

Commit

Permalink
No download offer
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbelesky committed Dec 22, 2023
1 parent df2f309 commit 2e54baf
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion site/_includes/elements/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</div>

<div class="column">
Download the <a href="{% link /downloads/plugin/groundhog.zip %}">latest version</a> ({{ site.version }}). Installation instructions are provided in the README file.
Groundhog can be downloaded using the <a href="https://www.rhino3d.com/features/package-manager/">Rhino Package Manager</a> and searching for "groundhog".
</div>

</div>
Expand Down
8 changes: 0 additions & 8 deletions site/compile_assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,3 @@ echo "Moved ${PROJECTS} Project Files"
cp ./node_modules/@ibm/type/fonts/Sans/web/woff2/IBMPlexSans-Regular*.woff2 ./assets/fonts/
cp ./node_modules/@ibm/type/fonts/Sans/web/woff/IBMPlexSans-Regular*.woff ./assets/fonts/
echo "Moved Asset Files"


# Move plugin files
rm -f ./downloads/plugin/groundhog.zip
# Zip for distribution
zip -r -q -j ./downloads/plugin/groundhog.zip "../plugin/release/groundhog.gha" "../plugin/groundhog readme.pdf" -x "*.DS_Store*" -x "*manifest.yml*"
echo "Built and Moved Plugin Files"

Empty file removed site/downloads/plugin/.gitkeep
Empty file.
1 change: 0 additions & 1 deletion site/plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ excerpt: Download the latest version of the Groundhog plugin for Grasshopper.

---

{% include elements/beta.html %}
{% include elements/download.html %}
{% include elements/newsletter.html %}

Expand Down

0 comments on commit 2e54baf

Please sign in to comment.