mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
release v1.3
This commit is contained in:
parent
2425d90b37
commit
30ee1e92d8
@ -16,10 +16,10 @@
|
||||
},
|
||||
|
||||
"version": {
|
||||
"name": "1.2",
|
||||
"name": "1.3",
|
||||
"desc": "VNote Releases",
|
||||
"released": "2017-04-08",
|
||||
"vcs_tag": "1.2",
|
||||
"released": "2017-04-23",
|
||||
"vcs_tag": "1.3",
|
||||
"gpgSign": false
|
||||
},
|
||||
|
||||
|
@ -16,10 +16,10 @@
|
||||
},
|
||||
|
||||
"version": {
|
||||
"name": "1.2",
|
||||
"name": "1.3",
|
||||
"desc": "VNote Releases",
|
||||
"released": "2017-04-08",
|
||||
"vcs_tag": "1.2",
|
||||
"released": "2017-04-23",
|
||||
"vcs_tag": "1.3",
|
||||
"gpgSign": false
|
||||
},
|
||||
|
||||
|
@ -19,7 +19,7 @@ branches:
|
||||
before_install:
|
||||
- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi
|
||||
- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then sudo apt-get -qq update ; fi
|
||||
- export version="1.2"
|
||||
- export version="1.3"
|
||||
|
||||
install:
|
||||
- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install p7zip-full ; fi
|
||||
|
@ -1,6 +1,6 @@
|
||||
image: Visual Studio 2015
|
||||
|
||||
version: 1.2.{build}
|
||||
version: 1.3.{build}
|
||||
|
||||
branches:
|
||||
only:
|
||||
@ -38,7 +38,7 @@ build_script:
|
||||
|
||||
# scripts that run after build
|
||||
after_build:
|
||||
- set vnote_version=1.2
|
||||
- set vnote_version=1.3
|
||||
- mkdir distrib\VNote
|
||||
- windeployqt.exe --dir .\distrib\VNote %APPVEYOR_BUILD_FOLDER%\build\src\release\VNote.exe
|
||||
- copy "%APPVEYOR_BUILD_FOLDER%\build\src\release\VNote.exe" "distrib\VNote\VNote.exe"
|
||||
@ -61,6 +61,6 @@ deploy:
|
||||
subject: tamlok
|
||||
repo: vnote
|
||||
package: vnote
|
||||
version: 1.2
|
||||
version: 1.3
|
||||
publish: true
|
||||
override: true
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
const QString VConfigManager::orgName = QString("vnote");
|
||||
const QString VConfigManager::appName = QString("vnote");
|
||||
const QString VConfigManager::c_version = QString("1.2");
|
||||
const QString VConfigManager::c_version = QString("1.3");
|
||||
const QString VConfigManager::dirConfigFileName = QString(".vnote.json");
|
||||
const QString VConfigManager::defaultConfigFilePath = QString(":/resources/vnote.ini");
|
||||
const QString VConfigManager::c_styleConfigFolder = QString("styles");
|
||||
|
Loading…
x
Reference in New Issue
Block a user