Update download link to 1.0.0-beta.23
parent
e725bdba8c
commit
02a2b39c58
|
@ -3,13 +3,13 @@ Download and Install Dust3D
|
|||
|
||||
* For Windows:
|
||||
|
||||
https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.22/dust3d-1.0.0-beta.22-x86.zip
|
||||
https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.23/dust3d-1.0.0-beta.23-x86.zip
|
||||
|
||||
No need to install, unzip and run the exe.
|
||||
|
||||
* For Mac OS X:
|
||||
|
||||
https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.22/dust3d-1.0.0-beta.22.dmg
|
||||
https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.23/dust3d-1.0.0-beta.23.dmg
|
||||
|
||||
If "The following disk images could't be opened" popped up, that means the downloaded file was broken, please retry.
|
||||
|
||||
|
@ -24,12 +24,12 @@ Download and Install Dust3D
|
|||
|
||||
* For Linux:
|
||||
|
||||
https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.22/dust3d-1.0.0-beta.22-x86_64.AppImage
|
||||
https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.23/dust3d-1.0.0-beta.23-x86_64.AppImage
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
$ chmod a+x ./dust3d-1.0.0-beta.22-x86_64.AppImage
|
||||
$ ./dust3d-1.0.0-beta.22-x86_64.AppImage
|
||||
$ chmod a+x ./dust3d-1.0.0-beta.23-x86_64.AppImage
|
||||
$ ./dust3d-1.0.0-beta.23-x86_64.AppImage
|
||||
|
||||
* Build on Your Own:
|
||||
|
||||
|
|
|
@ -94,3 +94,5 @@ Mouse
|
|||
+----------------------------+--------------------------------------------------------------------------+
|
||||
| CTRL + WHEEL | Increase/Decrease Size |
|
||||
+----------------------------+--------------------------------------------------------------------------+
|
||||
| SHIFT + WHEEL | Increase/Decrease Brush Size (on Paint Mode) |
|
||||
+----------------------------+--------------------------------------------------------------------------+
|
||||
|
|
|
@ -57,10 +57,10 @@ macx {
|
|||
}
|
||||
|
||||
isEmpty(HUMAN_VERSION) {
|
||||
HUMAN_VERSION = "1.0.0-beta.23"
|
||||
HUMAN_VERSION = "1.0.0-beta.24"
|
||||
}
|
||||
isEmpty(VERSION) {
|
||||
VERSION = 1.0.0.23
|
||||
VERSION = 1.0.0.24
|
||||
}
|
||||
|
||||
HOMEPAGE_URL = "https://dust3d.org/"
|
||||
|
|
Loading…
Reference in New Issue