change release output names

This commit is contained in:
dan_s
2026-02-28 15:28:40 -06:00
parent 4b815fc9d1
commit 2c1862aed3
2 changed files with 3 additions and 3 deletions

View File

@@ -411,7 +411,7 @@ if [ -f "bin/ObsidianDragon.exe" ]; then
echo ""
echo -e "${GREEN}Creating distribution package...${NC}"
cd bin
DIST_NAME="DragonX-Wallet-Windows-x64"
DIST_NAME="ObsidianDragon-Windows-x64"
rm -rf "$DIST_NAME" "$DIST_NAME.zip"
mkdir -p "$DIST_NAME"
cp ObsidianDragon.exe "$DIST_NAME/"