Make new folder for promo video assets

Video, cover image, and subtitle files.
This commit is contained in:
hunicus
2023-03-15 02:25:41 -04:00
parent 446b0de8f3
commit cdfde05452
3 changed files with 6 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ if (configContent.BASE_MODULE && configContent.BASE_MODULE === 'liquid') {
const testnetAssetsJsonUrl = 'https://raw.githubusercontent.com/Blockstream/asset_registry_testnet_db/master/index.json';
const testnetAssetsMinimalJsonUrl = 'https://raw.githubusercontent.com/Blockstream/asset_registry_testnet_db/master/index.minimal.json';
const promoVideo = PATH + 'mempool-promo.mp4';
const promoVideo = PATH + 'promo-video/mempool-promo.mp4';
const promoVideoUrl = 'https://raw.githubusercontent.com/mempool/mempool-promo/master/promo.mp4';
console.log('Downloading assets');