summaryrefslogtreecommitdiff
path: root/gulpfile.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-04-09 19:02:02 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-04-09 19:02:02 +0900
commit9b594880c88b0fe7ba14df263cc571e507f50bd6 (patch)
treeaa27ba42b8ff2b1b81d3156faf336e6957fbacef /gulpfile.ts
parentUpdate migrate.ts (diff)
downloadmisskey-9b594880c88b0fe7ba14df263cc571e507f50bd6.tar.gz
misskey-9b594880c88b0fe7ba14df263cc571e507f50bd6.tar.bz2
misskey-9b594880c88b0fe7ba14df263cc571e507f50bd6.zip
Restore crypto_key to migration
Diffstat (limited to 'gulpfile.ts')
-rw-r--r--gulpfile.ts1
1 files changed, 1 insertions, 0 deletions
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/**/*',