Fix jpeg plugin missing #22

master
Jeremy Hu 2018-12-02 15:26:36 +09:30
parent 12508be02f
commit 221d6d0784
3 changed files with 7 additions and 3 deletions

View File

@ -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>

View File

@ -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'

View File

@ -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"