chore: correct binary name for stable version (#5303)

This commit is contained in:
hiento09 2025-06-16 21:16:48 +07:00 committed by GitHub
parent 9b1f206cc6
commit e33154d9d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -160,6 +160,9 @@ jobs:
sed -i "s/jan_productname/Jan-${{ inputs.channel }}/g" ./src-tauri/tauri.bundle.windows.nsis.template
sed -i "s/jan_mainbinaryname/jan-${{ inputs.channel }}/g" ./src-tauri/tauri.bundle.windows.nsis.template
else
sed -i "s/jan_productname/Jan/g" ./src-tauri/tauri.bundle.windows.nsis.template
sed -i "s/jan_mainbinaryname/jan/g" ./src-tauri/tauri.bundle.windows.nsis.template
fi
echo "---------nsis.template---------"
cat ./src-tauri/tauri.bundle.windows.nsis.template