From cbeca5ad07ebc569ea9f2580a9965087bdeabe1d Mon Sep 17 00:00:00 2001 From: Daniel Hengeveld Date: Tue, 17 Nov 2015 17:42:17 +0100 Subject: [PATCH] Add fingerprint after build in ciTasks --- build/Gruntfile.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/build/Gruntfile.coffee b/build/Gruntfile.coffee index 8dd1c573b..26d9c2f42 100644 --- a/build/Gruntfile.coffee +++ b/build/Gruntfile.coffee @@ -284,6 +284,7 @@ module.exports = (grunt) -> ciTasks.push('download-electron') ciTasks.push('download-electron-chromedriver') ciTasks.push('build') + ciTasks.push('fingerprint') ciTasks.push('dump-symbols') if process.platform isnt 'win32' ciTasks.push('set-version', 'check-licenses', 'lint', 'generate-asar') ciTasks.push('mkdeb') if process.platform is 'linux'