From 1b45c562c1d0cc0524527a5d23acc752dbfc34af Mon Sep 17 00:00:00 2001 From: A_D Date: Thu, 19 Aug 2021 20:01:48 +0200 Subject: [PATCH] added note about killswitch_test.py --- docs/Releasing.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Releasing.md b/docs/Releasing.md index 673820a0..37d14ae6 100644 --- a/docs/Releasing.md +++ b/docs/Releasing.md @@ -245,6 +245,9 @@ to be sent over EDDN, then you should add an appropriate entry to the killswitches.json file *in the `releases` branch*. That file **must only ever be committed to the `releases` branch!!!** See [docs/Killswitches.md](Killswitches.md). +Killswitch files can and should be verified using the `killswitch_test.py` +script in the `scripts` directory + # Packaging & Installer Generation You'll want to do the .exe and .msi generation in a `cmd.exe` window, not e.g.