Correct linux code-workspace path

This commit is contained in:
Daniel Imms 2020-09-10 06:02:48 -07:00
parent c334da1952
commit abb9c8dc1b

View file

@ -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'));