We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a54ad commit 3271cccCopy full SHA for 3271ccc
build/gulpfile.vscode.linux.js
@@ -148,7 +148,7 @@ function prepareRpmPackage(arch) {
148
.pipe(replace('@@LICENSE@@', product.licenseName))
149
.pipe(rename('usr/share/appdata/' + product.applicationName + '.appdata.xml'));
150
151
- const workspaceMime = gulp.src('resources/code-workspace.xml', { base: '.' })
+ const workspaceMime = gulp.src('resources/linux/code-workspace.xml', { base: '.' })
152
.pipe(replace('@@NAME_LONG@@', product.nameLong))
153
.pipe(replace('@@NAME@@', product.applicationName))
154
.pipe(rename('BUILD/usr/share/mime/packages/' + product.applicationName + '-workspace.xml'));
0 commit comments