We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35205ea commit 0167de8Copy full SHA for 0167de8
appveyor.yml
@@ -1,7 +1,5 @@
1
-environment:
2
- app_version: '2.0.0'
3
4
-version: '%app_version%.{build}'
+version: '2.0.0.{build}'
5
6
install:
7
- set PATH=C:\Ruby22\bin;%PATH%
src/code/engine_library/getReportFigure.m
@@ -86,13 +86,13 @@
86
end
87
88
% set watermark
89
-% if WSettings.isValidatedSystem
90
-% timestamp = false;
91
-% watermark = '';
92
-% else
+ if WSettings.isValidatedSystem
+ timestamp = false;
+ watermark = '';
+ else
93
watermark = 'Not QCed!';
94
timestamp = true;
95
-%end
+end
96
97
% Get the fontsize if not user defined corresponding to the numbers of
98
% figures
0 commit comments