diff --git a/services/premiere-plugin/build/releases/v1.0.0/README.md b/services/premiere-plugin/build/releases/v1.0.0/README.md new file mode 100644 index 0000000..b9f19bb --- /dev/null +++ b/services/premiere-plugin/build/releases/v1.0.0/README.md @@ -0,0 +1,33 @@ +# Dragonflight Premiere Panel — v1.0.0 + +Built 2026-05-23 from `feat/premiere-installer` (initial installer +release). + +## Artifacts + +| File | Size | Install path | +|------|------|--------------| +| [dragonflight-premiere-panel-1.0.0-windows-setup.exe](dragonflight-premiere-panel-1.0.0-windows-setup.exe) | 2.0 MB | Windows — double-click, Next → Finish | +| [dragonflight-premiere-panel-1.0.0.zxp](dragonflight-premiere-panel-1.0.0.zxp) | 35 KB | macOS + Windows — drag into [Anastasiy's ZXP Installer](https://install.anastasiy.com/) | + +Bundle ID: `net.wilddragon.dragonflight.panel`. Replaces any prior +`com.wilddragon.mam.panel` install (the `.exe` offers to remove it via a +wizard checkbox; for the `.zxp`, delete the old folder manually). + +## Reproducing + +``` +cd services/premiere-plugin/build +npm install +powershell -File build-all.ps1 +``` + +Requires Node 18+ and Inno Setup 6 (`winget install JRSoftware.InnoSetup`). +See [`../README.md`](../../README.md) for the full build pipeline. + +## ZXP signing cert + +Signed with the self-signed cert at `../../cert/dragonflight-selfsigned.p12` +(CN: `Wild Dragon LLC`, valid until 2051-05-17). Editors installing the +`.zxp` must enable `PlayerDebugMode=1` once for CEP to accept the unsigned +chain. The `.exe` installer handles this automatically for CSXS 8..13. diff --git a/services/premiere-plugin/build/releases/v1.0.0/dragonflight-premiere-panel-1.0.0-windows-setup.exe b/services/premiere-plugin/build/releases/v1.0.0/dragonflight-premiere-panel-1.0.0-windows-setup.exe new file mode 100644 index 0000000..637784b Binary files /dev/null and b/services/premiere-plugin/build/releases/v1.0.0/dragonflight-premiere-panel-1.0.0-windows-setup.exe differ diff --git a/services/premiere-plugin/build/releases/v1.0.0/dragonflight-premiere-panel-1.0.0.zxp b/services/premiere-plugin/build/releases/v1.0.0/dragonflight-premiere-panel-1.0.0.zxp new file mode 100644 index 0000000..e2033a7 Binary files /dev/null and b/services/premiere-plugin/build/releases/v1.0.0/dragonflight-premiere-panel-1.0.0.zxp differ