Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
Added cargo path
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican committed Dec 9, 2018
1 parent b9d83aa commit 6b2de11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion debian_build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash

# Generate the .deb file
source ~/.cargo/env &&
cd /root/super &&

# Generate the .deb file
cargo deb -v &&
mv target/debian/super-analyzer_`echo $TAG`_amd64.deb releases/super-analyzer_`echo $TAG`_debian_amd64.deb
4 changes: 3 additions & 1 deletion ubuntu_build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash

# Generate the .deb file
source ~/.cargo/env &&
cd /root/super &&

# Generate the .deb file
cargo deb -v &&
mv target/debian/super-analyzer_`echo $TAG`_amd64.deb releases/super-analyzer_`echo $TAG`_ubuntu_amd64.deb

0 comments on commit 6b2de11

Please sign in to comment.