mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-03-21 21:10:00 +01:00
7 chars should be enough.
This commit is contained in:
parent
190275c31a
commit
83558e9354
@ -2,8 +2,6 @@
|
||||
'use strict';
|
||||
|
||||
|
||||
|
||||
|
||||
module.exports = function (make) {
|
||||
|
||||
var path = require('path'),
|
||||
@ -35,7 +33,7 @@ module.exports = function (make) {
|
||||
} else {
|
||||
var lines = out.split(/\r?\n/);
|
||||
var count = lines.length - 1;
|
||||
callback('' + count + '~' + lines[0].substring(0, 10));
|
||||
callback('+' + count + '~' + lines[0].substring(0, 7));
|
||||
}
|
||||
});
|
||||
}
|
||||
@ -56,7 +54,7 @@ module.exports = function (make) {
|
||||
|
||||
getBuildSuffix(function (result) {
|
||||
|
||||
pkg.version += '+' + result;
|
||||
pkg.version += result;
|
||||
$.info({ method: 'check-version', message: 'version set to ' + pkg.version });
|
||||
done();
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user