Skip to content

Commit f2a77df

Browse files
authored
Merge pull request microsoft#96133 from microsoft/tyriar/95459
Go back to just file for deb icon
2 parents dd060b9 + 1a14317 commit f2a77df

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

build/gulpfile.vscode.linux.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function prepareDebPackage(arch) {
4343
.pipe(replace('@@NAME_SHORT@@', product.nameShort))
4444
.pipe(replace('@@NAME@@', product.applicationName))
4545
.pipe(replace('@@EXEC@@', `/usr/share/${product.applicationName}/${product.applicationName}`))
46-
.pipe(replace('@@ICON@@', `/usr/share/pixmaps/${product.linuxIconName}.png`))
46+
.pipe(replace('@@ICON@@', product.linuxIconName))
4747
.pipe(replace('@@URLPROTOCOL@@', product.urlProtocol));
4848

4949
const appdata = gulp.src('resources/linux/code.appdata.xml', { base: '.' })

resources/linux/code.desktop

100644100755
File mode changed.

0 commit comments

Comments
 (0)