Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Scripts

Yuchen Ren edited this page Mar 7, 2023 · 3 revisions

scripts/build.ps1

Usage: build.ps1 mode [arch]

Arguments:
  mode  Build mode (Debug / Release).
  arch  Build architecture (x86 / x64 / ARM / ARM64), build all when not specified.

scripts/copy-internal.ps1

Usage: copy-internal.ps1 ver

Arguments:
  ver  Release version, use as directory name.

scripts/copy-public.ps1

Usage: copy-public.ps1 ver

Arguments:
  ver  Release version, use as directory name.

scripts/shasum.ps1

Usage: shasum.ps1

scripts/sign.ps1

Usage: sign.ps1 ver

Arguments:
  ver  Release version, use as file name.
Clone this wiki locally