Aboutを表示する

This commit is contained in:
Yuya Ochiai
2015-10-24 20:12:22 +09:00
parent f07c9c9097
commit 7364ef36e2
2 changed files with 7 additions and 2 deletions

View File

@@ -45,7 +45,8 @@ gulp.task('package', function() {
version: '0.33.6',
out: './release',
prune: true,
overwrite: true
overwrite: true,
"app-version": packageJson.version
}, function(err, appPath) {
if (err) {
console.log(err);