-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
based on upstream PR JannisX11/blockbench#2187 disable updater until upstream PR has merged and downloads are switched to their releases
- Loading branch information
1 parent
d49a883
commit 928e3bb
Showing
6 changed files
with
5 additions
and
8 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters