mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
ci(win): N1.exe => N1Setup.exe (it's an installer)
This commit is contained in:
parent
af084f1507
commit
ef9a80b79b
1 changed files with 1 additions and 2 deletions
|
@ -76,7 +76,6 @@ module.exports = (grunt) ->
|
|||
Key: destName
|
||||
ACL: "public-read"
|
||||
Bucket: "edgehill"
|
||||
ContentDisposition:"attachment; filename=\"N1#{ext}\""
|
||||
|
||||
uploader.on "error", (err) ->
|
||||
reject(err)
|
||||
|
@ -148,7 +147,7 @@ module.exports = (grunt) ->
|
|||
uploadPromises.push uploadZipToS3(appName(), "#{fullVersion}/#{process.platform}/#{process.arch}/N1.zip")
|
||||
if process.platform is 'win32'
|
||||
uploadPromises.push uploadToS3("installer/"+winReleasesName(), "#{fullVersion}/#{process.platform}/#{process.arch}/RELEASES")
|
||||
uploadPromises.push uploadToS3("installer/"+winSetupName(), "#{fullVersion}/#{process.platform}/#{process.arch}/N1.exe")
|
||||
uploadPromises.push uploadToS3("installer/"+winSetupName(), "#{fullVersion}/#{process.platform}/#{process.arch}/N1Setup.exe")
|
||||
uploadPromises.push uploadToS3("installer/"+winNupkgName(), "#{fullVersion}/#{process.platform}/#{process.arch}/#{winNupkgName()}")
|
||||
if process.platform is 'linux'
|
||||
buildDir = grunt.config.get('atom.buildDir')
|
||||
|
|
Loading…
Reference in a new issue