File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11@ echo on
22
33SET matrix_config_build_dir = windows-msvc
4- SET PATH = c:\Qt\6.9.0 \msvc2022_64\bin\;c:\Program Files (x86)\Inno Setup 6\;%PATH%
4+ SET PATH = c:\Qt\6.9.1 \msvc2022_64\bin\;c:\Program Files (x86)\Inno Setup 6\;%PATH%
55
66RMDIR /s /q " build/%matrix_config_build_dir% "
77RMDIR /s /q dist
Original file line number Diff line number Diff line change 33set -x
44set -e
55
6- QT_VERSION=" 6.9.0 "
7- APP_VERSION=" 0.0.10 "
6+ QT_VERSION=" 6.9.1 "
7+ APP_VERSION=" 0.0.11-alpha1 "
88
99
1010NAME=" qtedit4-qt${QT_VERSION} -v${APP_VERSION} -dev-x86_64"
Original file line number Diff line number Diff line change 1- #define VersionString " 0.0.10 "
1+ #define VersionString " 0.0.11-alpha1 "
22#define AppId " 1f7e9ebf-ed92-4d88-8eac-89e3fe53282c"
33
44[Setup]
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ int main(int argc, char *argv[]) {
3131
3232 QApplication app (argc, argv);
3333 QCoreApplication::setApplicationName (" qtedit4" );
34- QCoreApplication::setApplicationVersion (" 0.0.10 " );
34+ QCoreApplication::setApplicationVersion (" 0.0.11-alpha1 " );
3535
3636#if defined(WIN32)
3737 // default style on windows is ugly and unusable.
Original file line number Diff line number Diff line change 88 "mandatory" : true
99 },
1010 "windows-testing" : {
11- "open-url" : " https://github.com/diegoiast/qtedit4/releases/tag/v0.0.10 " ,
12- "latest-version" : " 0.0.10 " ,
13- "download-url" : " https://github.com/diegoiast/qtedit4/releases/download/v0.0.10 /qtedit4-qt6.9.0 -v0.0.10 -x86_64.exe" ,
11+ "open-url" : " https://github.com/diegoiast/qtedit4/releases/tag/v0.0.11-alpha1 " ,
12+ "latest-version" : " 0.0.11-alpha1 " ,
13+ "download-url" : " https://github.com/diegoiast/qtedit4/releases/download/v0.0.11-alpha1 /qtedit4-qt6.9.1 -v0.0.11-alpha1 -x86_64.exe" ,
1414 "changelog" : " CTags support, color builds" ,
1515 "mandatory" : true
1616 },
2222 "mandatory" : true
2323 },
2424 "linux-testing" : {
25- "open-url" : " https://github.com/diegoiast/qtedit4/releases/tag/v0.0.10 " ,
26- "latest-version" : " 0.0.10 " ,
27- "download-url" : " https://github.com/diegoiast/qtedit4/releases/download/v0.0.10 /qtedit4-qt6.9.0 -v0.0.10 -x86_64.AppImage" ,
25+ "open-url" : " https://github.com/diegoiast/qtedit4/releases/tag/v0.0.11-alpha1 " ,
26+ "latest-version" : " 0.0.11-alpha1 " ,
27+ "download-url" : " https://github.com/diegoiast/qtedit4/releases/download/v0.0.11-alpha1 /qtedit4-qt6.9.1 -v0.0.11-alpha1 -x86_64.AppImage" ,
2828 "changelog" : " Various UI/UX changes" ,
2929 "mandatory" : true
3030 }
You can’t perform that action at this time.
0 commit comments