Skip to content

Commit

Permalink
Merge pull request #17 from Ahmedhossamdev/rename-binary-to-pr
Browse files Browse the repository at this point in the history
Rename output files in build script for consistency
  • Loading branch information
Ahmedhossamdev authored Jan 25, 2025
2 parents d74f22a + 01ffff0 commit a0c85ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PLATFORMS=(
for PLATFORM in "${PLATFORMS[@]}"; do
OS=$(echo $PLATFORM | cut -d'/' -f1)
ARCH=$(echo $PLATFORM | cut -d'/' -f2)
OUTPUT_NAME="printlayout-$OS-$ARCH"
OUTPUT_NAME="pr-$OS-$ARCH"

if [ "$OS" = "windows" ]; then
OUTPUT_NAME="$OUTPUT_NAME.exe"
Expand Down

0 comments on commit a0c85ca

Please sign in to comment.