mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 08:15:56 +01:00
fix: remove applications folder on stable (#300211)
This commit is contained in:
@@ -550,7 +550,7 @@ function packageTask(platform: string, arch: string, sourceFolderName: string, d
|
||||
'**',
|
||||
'!LICENSE',
|
||||
'!version',
|
||||
...(platform === 'darwin' && !isInsiderOrExploration ? ['!**/Contents/Applications'] : []),
|
||||
...(platform === 'darwin' && !isInsiderOrExploration ? ['!**/Contents/Applications', '!**/Contents/Applications/**'] : []),
|
||||
...(platform === 'win32' && !isInsiderOrExploration ? ['!**/electron_proxy.exe'] : []),
|
||||
], { dot: true }));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user