MagiskOnWSA/DLL/docs/Guides/Checksum.md
cd "{X:\path\to\your\downloaded\archive\package}"
certutil -hashfile "WSA_2XXX.XXXXX.X.X_XXXX_Release-Nightly-with-magisk-XXXXXXX-XXXXXX-MindTheGapps-XX.X-RemovedAmazon" SHA256
For PowerShell:
(Get-FileHash -Path "WSA_2XXX.XXXXX.X.X_XXXX_Release-Nightly-with-magisk-XXXXXXX-XXXXXX-MindTheGapps-XX.X-RemovedAmazon" -Algorithm SHA256).Hash
sha256-checksum.txt (if you download artifact from the Custom Build task).