Skip to content

Commit

Permalink
fix: arch name in rename file script
Browse files Browse the repository at this point in the history
  • Loading branch information
u8slvn committed Aug 31, 2024
1 parent 596c1eb commit 8e36004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rename-release-file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ case "$OS_NAME" in
if [ "$ARCH" = "64bit" ]; then
ARCH_NAME="x64"
else
ARCH_NAME="x32"
ARCH_NAME="x86"
fi
FILE_NAME="doggo-${VERSION}-windows-${ARCH_NAME}.exe"
mv ./dist/Doggo.exe "./dist/$FILE_NAME"
Expand Down

0 comments on commit 8e36004

Please sign in to comment.