mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
Fix windows installer iconURL (#10)
This commit is contained in:
parent
4eab3f8533
commit
26545f2c8b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const config = {
|
|||
outputDirectory: path.join(appDir, 'dist'),
|
||||
appDirectory: path.join(appDir, 'dist', 'mailspring-win32-ia32'),
|
||||
loadingGif: path.join(appDir, 'build', 'resources', 'win', 'loading.gif'),
|
||||
iconUrl: 'http://edgehill.s3.amazonaws.com/static/mailspring.ico',
|
||||
iconUrl: 'http://mailspring-builds.s3.amazonaws.com/assets/mailspring.ico',
|
||||
certificateFile: process.env.WINDOWS_CODESIGN_CERT,
|
||||
certificatePassword: process.env.WINDOWS_CODESIGN_CERT_PASSWORD,
|
||||
description: 'Mailspring',
|
||||
|
|
Loading…
Reference in a new issue