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