Update version and show rc-beta
This commit is contained in:
parent
e9e3ee7ddc
commit
63c76fe13e
4 changed files with 6 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue