Update download link to RC 7 [skip ci]
parent
fa3b077634
commit
ef0ab58d10
|
@ -3,19 +3,19 @@ Download and Install Dust3D
|
||||||
|
|
||||||
* For Windows (64 Bit):
|
* For Windows (64 Bit):
|
||||||
|
|
||||||
https://github.com/huxingyi/dust3d/releases/download/1.0.0-rc.5/dust3d-1.0.0-rc.5.zip
|
https://github.com/huxingyi/dust3d/releases/download/1.0.0-rc.6/dust3d-1.0.0-rc.6.zip
|
||||||
|
|
||||||
No need to install, unzip and run the exe.
|
No need to install, unzip and run the exe.
|
||||||
|
|
||||||
* For Windows (32 Bit):
|
* For Windows (32 Bit):
|
||||||
|
|
||||||
https://github.com/huxingyi/dust3d/releases/download/1.0.0-rc.5/dust3d-1.0.0-rc.5-x86.zip
|
https://github.com/huxingyi/dust3d/releases/download/1.0.0-rc.6/dust3d-1.0.0-rc.6-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-rc.5/dust3d-1.0.0-rc.5.dmg
|
https://github.com/huxingyi/dust3d/releases/download/1.0.0-rc.6/dust3d-1.0.0-rc.6.dmg
|
||||||
|
|
||||||
If "The following disk images could't be opened" popped up, that means the downloaded file was broken, please retry.
|
If "The following disk images could't be opened" popped up, that means the downloaded file was broken, please retry.
|
||||||
|
|
||||||
|
@ -30,12 +30,12 @@ Download and Install Dust3D
|
||||||
|
|
||||||
* For Linux:
|
* For Linux:
|
||||||
|
|
||||||
https://github.com/huxingyi/dust3d/releases/download/1.0.0-rc.5/dust3d-1.0.0-rc.5.AppImage
|
https://github.com/huxingyi/dust3d/releases/download/1.0.0-rc.6/dust3d-1.0.0-rc.6.AppImage
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
$ chmod a+x ./dust3d-1.0.0-rc.5.AppImage
|
$ chmod a+x ./dust3d-1.0.0-rc.6.AppImage
|
||||||
$ ./dust3d-1.0.0-rc.5.AppImage
|
$ ./dust3d-1.0.0-rc.6.AppImage
|
||||||
|
|
||||||
* Build on Your Own:
|
* Build on Your Own:
|
||||||
|
|
||||||
|
|
|
@ -66,10 +66,10 @@ macx {
|
||||||
}
|
}
|
||||||
|
|
||||||
isEmpty(HUMAN_VERSION) {
|
isEmpty(HUMAN_VERSION) {
|
||||||
HUMAN_VERSION = "1.0.0-rc.6"
|
HUMAN_VERSION = "1.0.0-rc.7"
|
||||||
}
|
}
|
||||||
isEmpty(VERSION) {
|
isEmpty(VERSION) {
|
||||||
VERSION = 1.0.0.36
|
VERSION = 1.0.0.37
|
||||||
}
|
}
|
||||||
|
|
||||||
HOMEPAGE_URL = "https://dust3d.org/"
|
HOMEPAGE_URL = "https://dust3d.org/"
|
||||||
|
|
Loading…
Reference in New Issue