Update download link to 1.0.0-beta.19
parent
0543e8a0be
commit
2aa2f79a72
|
@ -3,22 +3,22 @@ Download and Install Dust3D
|
||||||
|
|
||||||
* For Windows:
|
* For Windows:
|
||||||
|
|
||||||
https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.18/dust3d-1.0.0-beta.18-x86.zip
|
https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.19/dust3d-1.0.0-beta.19-x86.zip
|
||||||
|
|
||||||
No need to install, unzip and run the exe.
|
No need to install, unzip and run the exe.
|
||||||
|
|
||||||
* For Mac OS X:
|
* For Mac OS X:
|
||||||
|
|
||||||
https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.18/dust3d-1.0.0-beta.18.dmg
|
https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.19/dust3d-1.0.0-beta.19.dmg
|
||||||
|
|
||||||
* For Linux:
|
* For Linux:
|
||||||
|
|
||||||
https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.18/dust3d-1.0.0-beta.18-x86_64.AppImage
|
https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.19/dust3d-1.0.0-beta.19-x86_64.AppImage
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
$ chmod a+x ./dust3d-1.0.0-beta.18-x86_64.AppImage
|
$ chmod a+x ./dust3d-1.0.0-beta.19-x86_64.AppImage
|
||||||
$ ./dust3d-1.0.0-beta.18-x86_64.AppImage
|
$ ./dust3d-1.0.0-beta.19-x86_64.AppImage
|
||||||
|
|
||||||
* Build on Your Own:
|
* Build on Your Own:
|
||||||
|
|
||||||
|
|
|
@ -17,10 +17,10 @@ macx {
|
||||||
}
|
}
|
||||||
|
|
||||||
isEmpty(HUMAN_VERSION) {
|
isEmpty(HUMAN_VERSION) {
|
||||||
HUMAN_VERSION = "1.0.0-beta.19"
|
HUMAN_VERSION = "1.0.0-beta.20"
|
||||||
}
|
}
|
||||||
isEmpty(VERSION) {
|
isEmpty(VERSION) {
|
||||||
VERSION = 1.0.0.19
|
VERSION = 1.0.0.20
|
||||||
}
|
}
|
||||||
|
|
||||||
HOMEPAGE_URL = "https://dust3d.org/"
|
HOMEPAGE_URL = "https://dust3d.org/"
|
||||||
|
|
Loading…
Reference in New Issue