Skip to content

Commit 928e3bb

Browse files
BlockBench: update to 4.9.3
based on upstream PR JannisX11/blockbench#2187 disable updater until upstream PR has merged and downloads are switched to their releases
1 parent d49a883 commit 928e3bb

File tree

6 files changed

+5
-8
lines changed

6 files changed

+5
-8
lines changed
File renamed without changes.

apps/BlockBench/credits

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
JannisX11 (GitHub) for creating the program
2-
ryanfortner (GitHub) for writing scripts, and hosting the debs
3-
cycool29 (GitHub) for compiling debs

apps/BlockBench/description

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
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.
22

33
To run: Menu -> Programming -> Blockbench
4-
To run in a terminal: /opt/Blockbench/blockbench
4+
To run in a terminal: blockbench

apps/BlockBench/install-32

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
version=4.8.3
3+
version=4.9.3
44

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

apps/BlockBench/install-64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
version=4.8.3
3+
version=4.9.3
44

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

etc/category-overrides-jetson-18.04

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ Amiberry|hidden
22
AntiMicroX|hidden
33
Autostar|hidden
44
Better Chromium|hidden
5-
BlockBench|hidden
65
Box86|hidden
76
Boxy SVG|hidden
87
Chiaki|hidden

0 commit comments

Comments
 (0)