Skip to content

Commit

Permalink
fix package_deb.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaariel91 committed Aug 19, 2024
1 parent ed52993 commit 874d98c
Show file tree
Hide file tree
Showing 3 changed files with 280 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ mkdir -p /tmp/stone-prover/usr/bin

TAG=$1

cp /bin/cpu_air_prover /tmp/stone-prover/usr/local/bin/
cp /bin/cpu_air_verifier /tmp/stone-prover/usr/local/bin/
cp /usr/local/bin/cpu_air_prover /tmp/stone-prover/usr/bin/
cp /usr/local/bin/cpu_air_verifier /tmp/stone-prover/usr/bin/

cat <<EOF > /tmp/stone-prover/DEBIAN/control
Package: stone-prover
Expand Down
Empty file modified test.sh
100644 → 100755
Empty file.
278 changes: 278 additions & 0 deletions test_files/fibonacci_proof.json

Large diffs are not rendered by default.

0 comments on commit 874d98c

Please sign in to comment.