From 4acfc5d1738400e90e560d99226e07b5e75af466 Mon Sep 17 00:00:00 2001 From: Benjamin Dupont <4503241+Benjozork@users.noreply.github.com> Date: Mon, 1 Apr 2024 09:28:09 -0400 Subject: [PATCH] fix: remote files not included --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 19859093..526426eb 100644 --- a/package.json +++ b/package.json @@ -210,6 +210,7 @@ "node_modules/es-get-iterator/**/*.*", "/node_modules/systray2/traybin/*.exe", "dist/mcdu/**/*", + "dist/remote/**/*", "dist/assets/**/*", "dist/terrain/mapdata/**/*.*", "dist/terrain/processing/**/*.*",