Skip to content

fix: download links of android files changed#217

Open
JuliusCaesarCrypto wants to merge 1 commit into
devfrom
fix/github-release-page
Open

fix: download links of android files changed#217
JuliusCaesarCrypto wants to merge 1 commit into
devfrom
fix/github-release-page

Conversation

@JuliusCaesarCrypto

Copy link
Copy Markdown
Contributor

Change Description

Briefly describe what this PR does and why. Keep it short and clear.


Related Platforms

Which platforms are affected by your changes? Check only the ones you actually tested.

  • Android
  • iOS
  • iPad
  • Windows
  • Linux
  • Android TV
  • OpenWrt

Verification Checklist

Make sure the things you checked actually work. It's okay if you didn't test everything.

  • Project builds successfully
  • App runs without crashes on tested platforms
  • VPN connection works correctly
  • No obvious regressions observed
  • Documentation updated (if needed)

Optional (for bigger changes)

  • Added or updated unit / E2E tests
  • Checked security and edge cases

Related Links

Closes #ID.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the GitHub release message template to point Android “direct APK” download buttons at newly renamed APK assets.

Changes:

  • Updated Android APK download URLs in .github/release_message.md from default Flutter output names (e.g. app-release.apk) to DefyxVPN-<version>-<abi>.apk naming.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +28 to +32
<a href="https://github.com/UnboundTechCo/defyxVPN/releases/download/RELEASE_TAG/DefyxVPN-RELEASE_TAG-universal.apk">
<img src="https://img.shields.io/badge/APK-Universal-36a132.svg?logo=android">
</a>
<br />
<a href="https://github.com/UnboundTechCo/defyxVPN/releases/download/RELEASE_TAG/app-arm64-v8a-release.apk">
<a href="https://github.com/UnboundTechCo/defyxVPN/releases/download/RELEASE_TAG/DefyxVPN-RELEASE_TAG-arm64-v8a.apk">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants