mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 02:27:48 +02:00
update branch with rc66
This commit is contained in:
commit
9b97e408f5
2 changed files with 5 additions and 2 deletions
|
@ -4,8 +4,8 @@ set(EXTERNAL_NAME serverless-content)
|
||||||
|
|
||||||
ExternalProject_Add(
|
ExternalProject_Add(
|
||||||
${EXTERNAL_NAME}
|
${EXTERNAL_NAME}
|
||||||
URL http://cdn.highfidelity.com/content-sets/serverless-tutorial-RC67.zip
|
URL http://cdn.highfidelity.com/content-sets/serverless-tutorial-RC66-v3.zip
|
||||||
URL_MD5 3fc4b7332be771d71b43b6d688de9aa7
|
URL_MD5 ea608c2e4c90539ab3c1d66acf0e005a
|
||||||
CONFIGURE_COMMAND ""
|
CONFIGURE_COMMAND ""
|
||||||
BUILD_COMMAND ""
|
BUILD_COMMAND ""
|
||||||
INSTALL_COMMAND ""
|
INSTALL_COMMAND ""
|
||||||
|
|
|
@ -1234,6 +1234,9 @@ Section "Uninstall"
|
||||||
|
|
||||||
@CPACK_NSIS_EXTRA_UNINSTALL_COMMANDS@
|
@CPACK_NSIS_EXTRA_UNINSTALL_COMMANDS@
|
||||||
|
|
||||||
|
;Remove the installer information file
|
||||||
|
Delete "$INSTDIR\installer.ini"
|
||||||
|
|
||||||
;Remove files we installed.
|
;Remove files we installed.
|
||||||
;Keep the list of directories here in sync with the File commands above.
|
;Keep the list of directories here in sync with the File commands above.
|
||||||
@CPACK_NSIS_DELETE_FILES@
|
@CPACK_NSIS_DELETE_FILES@
|
||||||
|
|
Loading…
Reference in a new issue