From 8fc54e958828cf38a9acc9a07510cef229c6c89f Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Mon, 9 Aug 2021 13:15:02 -0700 Subject: [PATCH] Windows: move the runtime packaging rules The runtime packaging rules were committed into the wrong location, move them to the right location. --- runtime.wixproj => platforms/Windows/runtime.wixproj | 0 runtime.wxs => platforms/Windows/runtime.wxs | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename runtime.wixproj => platforms/Windows/runtime.wixproj (100%) rename runtime.wxs => platforms/Windows/runtime.wxs (100%) diff --git a/runtime.wixproj b/platforms/Windows/runtime.wixproj similarity index 100% rename from runtime.wixproj rename to platforms/Windows/runtime.wixproj diff --git a/runtime.wxs b/platforms/Windows/runtime.wxs similarity index 100% rename from runtime.wxs rename to platforms/Windows/runtime.wxs