Update download link to RC 7 [skip ci]

master
Jeremy Hu 2020-04-12 21:33:40 +09:30
parent fa3b077634
commit ef0ab58d10
2 changed files with 8 additions and 8 deletions

View File

@ -3,19 +3,19 @@ Download and Install Dust3D
* 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.
* 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.
* 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.
@ -30,12 +30,12 @@ Download and Install Dust3D
* 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
$ chmod a+x ./dust3d-1.0.0-rc.5.AppImage
$ ./dust3d-1.0.0-rc.5.AppImage
$ chmod a+x ./dust3d-1.0.0-rc.6.AppImage
$ ./dust3d-1.0.0-rc.6.AppImage
* Build on Your Own:

View File

@ -66,10 +66,10 @@ macx {
}
isEmpty(HUMAN_VERSION) {
HUMAN_VERSION = "1.0.0-rc.6"
HUMAN_VERSION = "1.0.0-rc.7"
}
isEmpty(VERSION) {
VERSION = 1.0.0.36
VERSION = 1.0.0.37
}
HOMEPAGE_URL = "https://dust3d.org/"