ImportSubscription no longer requires only http(s): paste awg://, AWG .conf/JSON, or naive links; subscription parser also reads hosted AWG and Clash wireguard/naive. Site lists support emails and FAQ; Store listing texts/tools updated. Co-authored-by: Cursor <cursoragent@cursor.com>
58 lines
2.8 KiB
Plaintext
58 lines
2.8 KiB
Plaintext
EvilFox Microsoft Store package folder
|
|
Version: 4.2.8.0
|
|
Generated: 2026-08-02 14:21:55
|
|
|
|
=== Partner Center upload (EN) ===
|
|
1. Sign in to Partner Center with the same Microsoft Store developer account
|
|
you use for Visual Studio packaging / Store association (same tenant).
|
|
2. Open the EvilFox product -> Packages (Windows 10 / 11).
|
|
3. Prefer uploading EvilFox_4.2.8.0.msixbundle if present.
|
|
Otherwise upload each EvilFox_4.2.8.0_<arch>.msix (x64 + arm64).
|
|
4. Device family: check Windows 10 / 11 Desktop ONLY
|
|
(do NOT select Xbox, HoloLens, Surface Hub, IoT, Team, etc.).
|
|
5. Arm64 package covers Windows on ARM. Do not ship x86 / AArch32;
|
|
Microsoft is dropping AArch32 on future WoA.
|
|
6. Before final Store signing, replace Identity Name/Publisher with the
|
|
exact values from Partner Center (or let Partner Center re-sign).
|
|
7. Privacy policy URL on https://evilfox.win is required for Store listing.
|
|
|
|
=== Partner Center (RU) ===
|
|
1. Войдите в Partner Center тем же аккаунтом разработчика Store,
|
|
что и в Visual Studio (ассоциация приложения / упаковка).
|
|
2. Загрузите EvilFox_4.2.8.0.msixbundle, если есть; иначе оба .msix
|
|
(x64 и arm64).
|
|
3. Семейство устройств: только Windows 10/11 Desktop
|
|
(без Xbox / HoloLens / IoT и т.п.).
|
|
4. Arm64 = Windows on ARM; x86/AArch32 не публикуем.
|
|
5. Name/Publisher в манифесте должны совпадать с Partner Center
|
|
(или Store переподпишет пакет).
|
|
6. Нужен URL политики конфиденциальности на evilfox.win.
|
|
|
|
=== Artifacts ===
|
|
Bundle: D:\vpn navi\dist\microsoft-store\EvilFox_4.2.8.0.msixbundle
|
|
MSIX: D:\vpn navi\dist\microsoft-store\EvilFox_4.2.8.0_x64.msix
|
|
MSIX: D:\vpn navi\dist\microsoft-store\EvilFox_4.2.8.0_arm64.msix
|
|
Staging x64: D:\vpn navi\packaging\msix\_staging_x64
|
|
Staging arm64: D:\vpn navi\packaging\msix\_staging_arm64
|
|
|
|
=== MakeAppx ===
|
|
Found: C:\Users\orohi\AppData\Local\Microsoft\WinGet\Packages\Microsoft.MSIX-Toolkit_Microsoft.Winget.Source_8wekyb3d8bbwe\MSIX-Toolkit.x64\makeappx.exe
|
|
|
|
=== wintun.dll ===
|
|
wintun.dll was NOT found under assets/ or dist/. Packaging continued.
|
|
VPN (TUN) mode needs wintun.dll next to EvilFox.exe.
|
|
Store users can still use proxy mode without it.
|
|
Add arch-specific wintun.dll later under assets/wintun/<arch>/ if needed.
|
|
|
|
=== Listing assets ===
|
|
listing\store.csv - Partner Center bulk listing fields
|
|
listing\screen\ - screenshots for Store listing
|
|
|
|
=== Arm64 build note ===
|
|
Cross-build (CGO_ENABLED=0):
|
|
set GOOS=windows
|
|
set GOARCH=arm64
|
|
rem temporarily move cmd\vpnapp\resource.syso (amd64 from goversioninfo -64)
|
|
go build -ldflags="-H windowsgui -s -w" -trimpath -o dist\navis-release\windows\arm64\EvilFox.exe ./cmd/vpnapp
|
|
rem restore resource.syso
|