Fix jpeg plugin missing #22
parent
12508be02f
commit
221d6d0784
|
@ -16,4 +16,5 @@ Jared Deckard <https://github.com/deckar01>
|
|||
Brandon Vandegrift <https://github.com/bmv437>
|
||||
iKlsR <https://github.com/iKlsR>
|
||||
Jimmy Gunawan <https://github.com/enzyme69>
|
||||
mikeruddy <https://github.com/mikeruddy>
|
||||
mikeruddy <https://github.com/mikeruddy>
|
||||
Helspank <https://github.com/Helspank>
|
|
@ -62,6 +62,9 @@ after_test:
|
|||
- mkdir platforms
|
||||
- copy %QTDIR%\plugins\platforms\qwindows.dll %APPVEYOR_BUILD_FOLDER%\platforms\qwindows.dll
|
||||
- 7z a dust3d-%TAG%-%PLATFORM%.zip -r %APPVEYOR_BUILD_FOLDER%\platforms\
|
||||
- mkdir imageformats
|
||||
- copy %QTDIR%\plugins\imageformats\qjpeg.dll %APPVEYOR_BUILD_FOLDER%\imageformats\qjpeg.dll
|
||||
- 7z a dust3d-%TAG%-%PLATFORM%.zip -r %APPVEYOR_BUILD_FOLDER%\imageformats\
|
||||
|
||||
artifacts:
|
||||
- path: '*.zip'
|
||||
|
|
|
@ -4,10 +4,10 @@ DEFINES += NDEBUG
|
|||
RESOURCES += resources.qrc
|
||||
|
||||
isEmpty(HUMAN_VERSION) {
|
||||
HUMAN_VERSION = "1.0.0-beta.6"
|
||||
HUMAN_VERSION = "1.0.0-beta.7"
|
||||
}
|
||||
isEmpty(VERSION) {
|
||||
VERSION = 1.0.0.6
|
||||
VERSION = 1.0.0.7
|
||||
}
|
||||
|
||||
REPOSITORY_URL = "https://github.com/huxingyi/dust3d"
|
||||
|
|
Loading…
Reference in New Issue