Update download link to 1.0.0-beta.21
parent
3318076467
commit
74fda4b2f0
|
@ -3,22 +3,22 @@ Download and Install Dust3D
|
|||
|
||||
* For Windows:
|
||||
|
||||
https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.20/dust3d-1.0.0-beta.20-x86.zip
|
||||
https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.21/dust3d-1.0.0-beta.21-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.20/dust3d-1.0.0-beta.20.dmg
|
||||
https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.21/dust3d-1.0.0-beta.21.dmg
|
||||
|
||||
* For Linux:
|
||||
|
||||
https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.20/dust3d-1.0.0-beta.20-x86_64.AppImage
|
||||
https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.21/dust3d-1.0.0-beta.21-x86_64.AppImage
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
$ chmod a+x ./dust3d-1.0.0-beta.20-x86_64.AppImage
|
||||
$ ./dust3d-1.0.0-beta.20-x86_64.AppImage
|
||||
$ chmod a+x ./dust3d-1.0.0-beta.21-x86_64.AppImage
|
||||
$ ./dust3d-1.0.0-beta.21-x86_64.AppImage
|
||||
|
||||
* Build on Your Own:
|
||||
|
||||
|
|
|
@ -57,10 +57,10 @@ macx {
|
|||
}
|
||||
|
||||
isEmpty(HUMAN_VERSION) {
|
||||
HUMAN_VERSION = "1.0.0-beta.21"
|
||||
HUMAN_VERSION = "1.0.0-beta.22"
|
||||
}
|
||||
isEmpty(VERSION) {
|
||||
VERSION = 1.0.0.21
|
||||
VERSION = 1.0.0.22
|
||||
}
|
||||
|
||||
HOMEPAGE_URL = "https://dust3d.org/"
|
||||
|
|
Loading…
Reference in New Issue