Skip to content

Commit

Permalink
Go back to just file for icon path
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Apr 25, 2020
1 parent 10c24b0 commit 1a14317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/gulpfile.vscode.linux.js
Expand Up @@ -43,7 +43,7 @@ function prepareDebPackage(arch) {
.pipe(replace('@@NAME_SHORT@@', product.nameShort))
.pipe(replace('@@NAME@@', product.applicationName))
.pipe(replace('@@EXEC@@', `/usr/share/${product.applicationName}/${product.applicationName}`))
.pipe(replace('@@ICON@@', `/usr/share/pixmaps/${product.linuxIconName}.png`))
.pipe(replace('@@ICON@@', product.linuxIconName))
.pipe(replace('@@URLPROTOCOL@@', product.urlProtocol));

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

0 comments on commit 1a14317

Please sign in to comment.