Update version and show rc-beta

This commit is contained in:
Jean-Baptiste Dominguez 2018-05-25 18:15:02 +09:00
commit 63c76fe13e
4 changed files with 6 additions and 3 deletions

View file

@ -26,6 +26,7 @@ console.log('v' + pkg.version + ' #' + commitHash + ' App:' + appConfig.name);
var content = 'window.version="' + pkg.version + '";';
content = content + '\nwindow.commitHash="' + commitHash + '";';
content = content + '\nwindow.fullVersion="' + pkg.fullVersion + '";';
content = content + '\nwindow.appConfig=' + JSON.stringify(appConfig) + ';';
fs.writeFileSync("./src/js/appConfig.js", content);