mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-04 20:13:11 +08:00
Add VisualElements manifest to the Windows version for square Start icon
This commit is contained in:
parent
ca55b5c870
commit
9ce848c053
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ module.exports = grunt => {
|
|||
fs.copySync(winResourcesSource, winResourcesTarget);
|
||||
fs.copySync(
|
||||
path.join(winResourcesSource, 'mailspring.VisualElementsManifest.xml'),
|
||||
path.resolve(buildPath, '..', '..', 'mailspring.VisualElementsManifest.xml')
|
||||
path.join(path.resolve(buildPath, '..', '..'), 'mailspring.VisualElementsManifest.xml')
|
||||
);
|
||||
}
|
||||
callback();
|
||||
|
|
Loading…
Reference in a new issue