Browse Source

added list of downloaded files after artifact download

pkg_automation_electrum
michal maxian 8 years ago
parent
commit
e5defaf472
  1. 1
      buildscripts/electron-build-linux.sh
  2. 1
      buildscripts/electron-build-osx.sh
  3. 1
      buildscripts/electron-build-windows.sh

1
buildscripts/electron-build-linux.sh

@ -11,6 +11,7 @@ rm -rvf artifacts.supernet.org
echo
echo Step: Cloning latest binaries for build
wget --recursive --no-parent -q https://artifacts.supernet.org/latest/linux/
find artifacts.supernet.org -exec ls -l {} \;
cd ..
echo =========================================
echo

1
buildscripts/electron-build-osx.sh

@ -11,6 +11,7 @@ rm -rvf artifacts.supernet.org
echo
echo Step: Cloning latest binaries for build
wget --recursive --no-parent -q https://artifacts.supernet.org/latest/osx/
find artifacts.supernet.org -exec ls -l {} \;
cd ..
echo =========================================
echo

1
buildscripts/electron-build-windows.sh

@ -11,6 +11,7 @@ rm -rvf artifacts.supernet.org
echo
echo Step: Cloning latest binaries for build
wget --recursive --no-parent -q https://artifacts.supernet.org/latest/windows/
find artifacts.supernet.org -exec ls -l {} \;
cd ..
echo =========================================
echo

Loading…
Cancel
Save