Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb17dc4d authored by Romain Hunault's avatar Romain Hunault 🚴🏻
Browse files

Save .img

parent 2321c487
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -356,6 +356,7 @@ for branch in ${BRANCH_NAME//,/ }; do
            sha256sum "$build" > "$ZIP_DIR/$zipsubdir/$build.sha256sum"
          done
          find . -maxdepth 1 -name 'e-*.zip*' -type f -exec mv {} "$ZIP_DIR/$zipsubdir/" \;
          find . -maxdepth 1 -name '*.img*' -type f -exec mv {} "$ZIP_DIR/$zipsubdir/" \;
          cd "$source_dir"
          build_successful=true
        else