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 32 | 4x 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 |