HeliosLauncher/app/assets/js/preloader.js

6 lines
171 B
JavaScript

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