mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 11:50:14 +10:00
feat: make build more generic (#2268)
This commit is contained in:
@@ -6,6 +6,6 @@ index 90c9654..3ef5d32 100644
|
||||
const quality = this.productService.quality;
|
||||
- const stableURL = 'https://code.visualstudio.com/docs/?dv=osx';
|
||||
- const insidersURL = 'https://code.visualstudio.com/docs/?dv=osx&build=insiders';
|
||||
+ const stableURL = 'https://github.com/VSCodium/vscodium/releases/latest';
|
||||
+ const insidersURL = 'https://github.com/VSCodium/vscodium-insiders/releases/latest';
|
||||
+ const stableURL = 'https://github.com/!!GH_REPO_PATH!!/releases/latest';
|
||||
+ const insidersURL = 'https://github.com/!!GH_REPO_PATH!!-insiders/releases/latest';
|
||||
this.openerService.open(quality === 'stable' ? stableURL : insidersURL);
|
||||
|
||||
Reference in New Issue
Block a user