Skip to content

Commit 3271ccc

Browse files
authored
Correct path to code-workspace.xml
Fixes #106384
1 parent a5a54ad commit 3271ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/gulpfile.vscode.linux.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ function prepareRpmPackage(arch) {
148148
.pipe(replace('@@LICENSE@@', product.licenseName))
149149
.pipe(rename('usr/share/appdata/' + product.applicationName + '.appdata.xml'));
150150

151-
const workspaceMime = gulp.src('resources/code-workspace.xml', { base: '.' })
151+
const workspaceMime = gulp.src('resources/linux/code-workspace.xml', { base: '.' })
152152
.pipe(replace('@@NAME_LONG@@', product.nameLong))
153153
.pipe(replace('@@NAME@@', product.applicationName))
154154
.pipe(rename('BUILD/usr/share/mime/packages/' + product.applicationName + '-workspace.xml'));

0 commit comments

Comments
 (0)