Skip to content

Commit

Permalink
BlockBench: update to 4.9.3
Browse files Browse the repository at this point in the history
based on upstream PR JannisX11/blockbench#2187

disable updater until upstream PR has merged and downloads are switched to their releases
  • Loading branch information
theofficialgman committed Jan 15, 2024
1 parent d49a883 commit 928e3bb
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 deletions.
File renamed without changes.
2 changes: 0 additions & 2 deletions apps/BlockBench/credits
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
JannisX11 (GitHub) for creating the program
ryanfortner (GitHub) for writing scripts, and hosting the debs
cycool29 (GitHub) for compiling debs
2 changes: 1 addition & 1 deletion apps/BlockBench/description
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Blockbench is a free, modern model editor for low-poly and boxy models with pixel art textures. Models can be exported into standardized formats, to be shared, rendered, 3D-printed, or used in game engines. There are also multiple dedicated formats for Minecraft Java and Bedrock Edition with format-specific features.

To run: Menu -> Programming -> Blockbench
To run in a terminal: /opt/Blockbench/blockbench
To run in a terminal: blockbench
4 changes: 2 additions & 2 deletions apps/BlockBench/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=4.8.3
version=4.9.3

install_packages https://github.com/ryanfortner/blockbench-arm/raw/master/blockbench_${version}_armhf.deb || exit 1
install_packages https://github.com/Pi-Apps-Coders/files/releases/download/large-files/Blockbench_armv7l_${version}.deb || exit 1

4 changes: 2 additions & 2 deletions apps/BlockBench/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=4.8.3
version=4.9.3

install_packages https://github.com/ryanfortner/blockbench-arm/raw/master/blockbench_${version}_arm64.deb || exit 1
install_packages https://github.com/Pi-Apps-Coders/files/releases/download/large-files/Blockbench_arm64_${version}.deb || exit 1

1 change: 0 additions & 1 deletion etc/category-overrides-jetson-18.04
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ Amiberry|hidden
AntiMicroX|hidden
Autostar|hidden
Better Chromium|hidden
BlockBench|hidden
Box86|hidden
Boxy SVG|hidden
Chiaki|hidden
Expand Down

0 comments on commit 928e3bb

Please sign in to comment.