Skip to content

Commit

Permalink
Update scripts/deb-builder-helpers.sh
Browse files Browse the repository at this point in the history
Co-authored-by: George Agapov <george.agapov@gmail.com>
  • Loading branch information
dkijania and georgeee committed Jun 27, 2024
1 parent 1727bdd commit 482e303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deb-builder-helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ build_archive_deb () {
cp ./default/src/app/replayer/replayer.exe "${BUILDDIR}/usr/local/bin/mina-replayer"
cp ./default/src/app/swap_bad_balances/swap_bad_balances.exe "${BUILDDIR}/usr/local/bin/mina-swap-bad-balances"

cp ../src/app/archive/*.sql "${BUILDDIR}/etc/mina/archive"
cp ../src/app/archive/create_schema.sql "${BUILDDIR}/etc/mina/archive"

build_deb "$ARCHIVE_DEB"

Expand Down

0 comments on commit 482e303

Please sign in to comment.