From 9b594880c88b0fe7ba14df263cc571e507f50bd6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 9 Apr 2019 19:02:02 +0900 Subject: Restore crypto_key to migration --- gulpfile.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'gulpfile.ts') diff --git a/gulpfile.ts b/gulpfile.ts index bf0b87ef20..b2956c2403 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -49,6 +49,7 @@ gulp.task('build:copy:views', () => gulp.task('build:copy', gulp.parallel('build:copy:views', () => gulp.src([ + './build/Release/crypto_key.node', './src/const.json', './src/server/web/views/**/*', './src/**/assets/**/*', -- cgit v1.2.3-freya