Stage Partner Center folder with listing assets and Arm64 binary; MakeAppx not present so README includes pack/bundle commands. Co-authored-by: Cursor <cursoragent@cursor.com>
51 lines
2.2 KiB
Plaintext
51 lines
2.2 KiB
Plaintext
EvilFox Microsoft Store package folder
|
|
Version: {{VERSION}}
|
|
Generated: {{GENERATED}}
|
|
|
|
=== 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_{{VERSION}}.msixbundle if present.
|
|
Otherwise upload each EvilFox_{{VERSION}}_<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_{{VERSION}}.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 ===
|
|
{{ARTIFACTS}}
|
|
|
|
=== MakeAppx ===
|
|
{{MAKEAPPX}}
|
|
|
|
=== wintun.dll ===
|
|
{{WINTUN}}
|
|
|
|
=== 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
|