mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 11:50:14 +10:00
Merge branch 'master' into fix-binary
This commit is contained in:
@@ -13,4 +13,4 @@
|
||||
/usr/share/bash-completion/completions/@@NAME@@
|
||||
/usr/share/zsh/site-functions/_@@NAME@@
|
||||
+
|
||||
++%config(noreplace) /usr/share/@@NAME@@/resources/app/product.json
|
||||
+%config(noreplace) /usr/share/@@NAME@@/resources/app/product.json
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
--- vscode/src/vs/platform/update/electron-main/updateService.win32.ts 2021-02-05 11:59:17.564060663 -0600
|
||||
+++ src/src/vs/platform/update/electron-main/updateService.win32.ts 2021-02-05 11:59:39.780745778 -0600
|
||||
@@ -55,7 +55,7 @@
|
||||
|
||||
@@ -56,3 +56,3 @@
|
||||
@memoize
|
||||
get cachePath(): Promise<string> {
|
||||
- const result = path.join(tmpdir(), `vscode-update-${product.target}-${process.arch}`);
|
||||
+ const result = path.join(tmpdir(), `vscodium-update-${product.target}-${process.arch}`);
|
||||
return pfs.mkdirp(result).then(() => result);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user