1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-03-21 13:00:10 +01:00

Update build process.

This commit is contained in:
Lars Jung 2014-08-23 15:23:58 +02:00
parent 399e0c6b80
commit 5a9e0f1e06

@ -23,7 +23,7 @@ var getBuildSuffix = function (callback) {
try {
var lines = out.trim().split(/\r?\n/);
callback('+' + lines.length + '~' + lines[0].substring(0, 7));
callback('+' + ('000' + lines.length).substr(-3) + '~' + lines[0].substring(0, 7));
} catch (e) {
callback('+X');
}