diff --git a/build/build.sh b/build/build.sh index 0f0501c..ba82710 100755 --- a/build/build.sh +++ b/build/build.sh @@ -60,6 +60,7 @@ if [[ "${SKIP_BUILD}" == "no" ]]; then rm -rf vscode* VSCode* . get_repo.sh + . version.sh # save variables for later echo "MS_TAG=\"${MS_TAG}\"" > build.env diff --git a/patches/insider/disable-windows-appx.patch b/patches/insider/disable-windows-appx.patch new file mode 100644 index 0000000..bf20d9d --- /dev/null +++ b/patches/insider/disable-windows-appx.patch @@ -0,0 +1,15 @@ +diff --git a/build/gulpfile.vscode.win32.js b/build/gulpfile.vscode.win32.js +index 0d3abda..9e5143a 100644 +--- a/build/gulpfile.vscode.win32.js ++++ b/build/gulpfile.vscode.win32.js +@@ -116,6 +116,6 @@ function buildWin32Setup(arch, target) { + +- if (quality === 'insider') { +- definitions['AppxPackage'] = `code_insiders_explorer_${arch === 'ia32' ? 'x86' : arch}.appx`; +- definitions['AppxPackageFullname'] = `Microsoft.${product.win32RegValueName}_1.0.0.0_neutral__8wekyb3d8bbwe`; +- } ++ // if (quality === 'insider') { ++ // definitions['AppxPackage'] = `code_insiders_explorer_${arch === 'ia32' ? 'x86' : arch}.appx`; ++ // definitions['AppxPackageFullname'] = `Microsoft.${product.win32RegValueName}_1.0.0.0_neutral__8wekyb3d8bbwe`; ++ // } +