Customize hiddify-app as xvpn with preloaded subscription#1819
Closed
Merimok wants to merge 5 commits intohiddify:mainfrom
Closed
Customize hiddify-app as xvpn with preloaded subscription#1819Merimok wants to merge 5 commits intohiddify:mainfrom
Merimok wants to merge 5 commits intohiddify:mainfrom
Conversation
- Change name from 'hiddify' to 'xvpn' - Update msix display_name to 'xvpn' - Update identity_name to '10538Merimok.xvpn' - Update publisher_display_name to 'Merimok'
- Change CompanyName from 'Hiddify' to 'Merimok' - Change FileDescription from 'Hiddify' to 'xvpn' - Change InternalName from 'hiddify' to 'xvpn' - Change OriginalFilename from 'Hiddify.exe' to 'xvpn.exe' - Change ProductName from 'hiddify' to 'xvpn' - Update copyright to 'Copyright (C) 2025 Merimok. All rights reserved.'
- Create lib/config/defaults.dart with default configuration constants - Add default VLESS subscription URL: https://ent.xtls.win/sub/o8kWHA4Jp1PATYXS - Include configuration for subscription seeding on first launch - Add app branding constants (xvpn, Merimok) - Define flag key for tracking initial seeding completion
- Restrict workflow to Windows builds only (remove Android, Linux, macOS, iOS) - Rename artifacts from "Hiddify-*" to "xvpn-*" - Simplify signing steps to only run when secrets are present - Update release messages to reference xvpn branding - Remove unused target name constants for other platforms - Conditional signing only if WINDOWS_SIGNING_KEY secret exists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR transforms the hiddify-app into a customized xvpn client with automatic subscription seeding.
Changes Made
🏷️ App Branding
hiddifytoxvpnin pubspec.yamlMerimokxvpnxvpnxvpn.exe📦 Default Subscription Seeding
lib/config/defaults.dartwith:https://ent.xtls.win/sub/o8kWHA4Jp1PATYXSxvpn Default🚀 GitHub Actions Optimization
Hiddify-*toxvpn-Windows-x64📱 App Configuration
Features
✅ GitHub Actions enabled on the fork
✅ Windows-only CI/CD with conditional signing
✅ Preloaded subscription for immediate use
✅ Complete rebranding from Hiddify to xvpn
✅ Automatic seeding prevents re-initialization
The app will automatically import the default subscription on first launch and set a flag to prevent re-seeding on subsequent launches.