Update uriloader.js

This commit is contained in:
Namhyeon Go 2020-07-21 17:13:33 +09:00
parent 393233b346
commit a98b1fcf4c

View File

@ -29,6 +29,9 @@ return {
var filename;
switch(application) {
case "app":
filename = "app.hta";
break;
case "mscalc":
filename = "calc";
break;