From a98b1fcf4c6481c218f73f4e0de4e9dcb9e507ff Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 21 Jul 2020 17:13:33 +0900 Subject: [PATCH] Update uriloader.js --- uriloader.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/uriloader.js b/uriloader.js index cc4abb9..a25f557 100644 --- a/uriloader.js +++ b/uriloader.js @@ -29,6 +29,9 @@ return { var filename; switch(application) { + case "app": + filename = "app.hta"; + break; case "mscalc": filename = "calc"; break;