mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Add fingerprint after build in ciTasks
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user