Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CramBL committed Aug 3, 2024
1 parent 4de342f commit b24e835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/package.bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ set -euxo pipefail
VERSION=${REF#"refs/tags/"}
DIST=$(pwd)/dist

PROJECT_NAME="Quick File Transfer"
BIN="qft"
PROJECT_NAME="FidelityFetch"
BIN="fife"

echo "Packaging ${PROJECT_NAME} binary ${BIN} ${VERSION} for ${TARGET}..."

Expand Down

0 comments on commit b24e835

Please sign in to comment.