SkirdaElectronLauncher/app/assets/js/preloader.js
2017-12-02 02:59:25 -05:00

6 lines
171 B
JavaScript

const {AssetGuard} = require('./assetguard.js')
console.log('Preloading')
// Ensure Distribution is downloaded and cached.
AssetGuard.retrieveDistributionDataSync(false)