From 93f3970453afe74248faee765d052d3ca29d2baa Mon Sep 17 00:00:00 2001 From: Nino van Hooff Date: Thu, 19 Mar 2020 15:14:21 +0100 Subject: [PATCH] Move the package signature pem file to the Resources folder It will get automatically packed into builds when in the Resources CURA-7016 --- public_key.pem => resources/public_key.pem | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename public_key.pem => resources/public_key.pem (100%) diff --git a/public_key.pem b/resources/public_key.pem similarity index 100% rename from public_key.pem rename to resources/public_key.pem