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