All files / dist/setupTools/config index.js

80% Statements 12/15
50% Branches 2/4
100% Functions 0/0
78.57% Lines 11/14

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 324x   4x   4x 4x 4x   4x           4x 4x 4x     4x                     4x  
Object.defineProperty(exports,"__esModule",{value:true});exports.default=void 0;var _fileutils=require("../../systemTools/fileutils");
 
var isRunningOnWindows=process.platform==='win32';
 
var androidPlatform='linux';
var tizenPlatform='ubuntu';
var tizenExtension='bin';
 
Iif(isRunningOnWindows){
androidPlatform='windows';
tizenPlatform='windows';
tizenExtension='exe';
}
 
Eif(process.platform==='darwin'){
tizenPlatform='macos';
tizenExtension='dmg';
}var _default=
 
{
android:{
sdkUrl:"https://dl.google.com/android/repository/sdk-tools-"+androidPlatform+"-4333796.zip",
downloadLocation:(0,_fileutils.replaceHomeFolder)("~/sdk-tools-"+androidPlatform+"-4333796.zip"),
location:(0,_fileutils.replaceHomeFolder)('~/Android')},
 
tizen:{
sdkUrl:"http://download.tizen.org/sdk/Installer/tizen-studio_3.3/web-ide_Tizen_Studio_3.3_"+tizenPlatform+"-64."+tizenExtension,
downloadLocation:(0,_fileutils.replaceHomeFolder)("~/web-ide_Tizen_Studio_3.3_"+tizenPlatform+"-64."+tizenExtension)},
 
webos:{
downloadLink:'http://webostv.developer.lge.com/sdk/installation/#'}};exports.default=_default;
//# sourceMappingURL=index.js.map