blob: 895e181f0eea950e4fb9d8992c7c477ab74337fd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- build/gulpfile.vscode.ts.orig 2025-12-14 06:41:04 UTC
+++ build/gulpfile.vscode.ts
@@ -270,7 +270,7 @@ function packageTask(platform: string, arch: string, s
let productJsonContents: string;
const productJsonStream = gulp.src(['product.json'], { base: '.' })
- .pipe(jsonEditor({ commit, date: readISODate('out-build'), checksums, version }))
+ .pipe(jsonEditor({ commit, date: readISODate('out-build'), checksums, version, serverDownloadUrlTemplate: 'https://github.com/tagattie/FreeBSD-VSCode/releases/download/%%DISTVERSION%%/vscode-reh-${os}-${arch}-%%DISTVERSION%%.tar.gz' }))
.pipe(es.through(function (file) {
productJsonContents = file.contents.toString();
this.emit('data', file);
|