mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Copy dlls during build task
This commit is contained in:
@@ -86,6 +86,10 @@ module.exports = (grunt) ->
|
||||
unless /.+\.plist/.test(sourcePath)
|
||||
grunt.file.copy(sourcePath, path.resolve(appDir, '..', subDirectory, filename))
|
||||
|
||||
if process.platform is 'win32'
|
||||
cp path.join('resources', 'win', 'msvcp100.dll'), shellAppDir
|
||||
cp path.join('resources', 'win', 'msvcr100.dll'), shellAppDir
|
||||
|
||||
dependencies = ['compile', "generate-license:save"]
|
||||
dependencies.push('copy-info-plist') if process.platform is 'darwin'
|
||||
dependencies.push('set-exe-icon') if process.platform is 'win32'
|
||||
|
||||
Reference in New Issue
Block a user