Skip to content

Commit 3316d4b

Browse files
committed
Fix Linux packaging
1 parent e11e2f2 commit 3316d4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/build/gulpfile.vscode.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,9 +330,9 @@ function packageTask(platform, arch, sourceFolderName, destinationFolderName, op
330330
result = es.merge(result, gulp.src('resources/linux/bin/code.sh', { base: '.' })
331331
.pipe(replace('@@PRODNAME@@', product.nameLong))
332332
.pipe(replace('@@NAME@@', product.applicationName))
333-
.pipe(rename('bin/' + product.applicationName)
333+
.pipe(rename('bin/' + product.applicationName))
334334
/* AGPL */
335-
.pipe(gulpChmod(0o755))));
335+
.pipe(gulpChmod(0o755)));
336336
/* End AGPL */
337337
}
338338

0 commit comments

Comments
 (0)