Skip to content

Commit

Permalink
Correct linux code-workspace path
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Sep 10, 2020
1 parent c334da1 commit abb9c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/gulpfile.vscode.linux.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function prepareDebPackage(arch) {
.pipe(replace('@@LICENSE@@', product.licenseName))
.pipe(rename('usr/share/appdata/' + product.applicationName + '.appdata.xml'));

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

0 comments on commit abb9c8d

Please sign in to comment.