diff --git a/app/js/ui/layout.js b/app/js/ui/layout.js index 408fc5ba..64bf2a2f 100644 --- a/app/js/ui/layout.js +++ b/app/js/ui/layout.js @@ -54,10 +54,10 @@ function parseColumn() { } var acctlist=obj; console.log(obj); - var xed=localStorage.getItem("xed"); + /*var xed=localStorage.getItem("xed"); if(xed){ xpand(); - } + }*/ var col = localStorage.getItem("column"); if (!col) { var obj = [{ diff --git a/app/package.json b/app/package.json index 7dc28694..c9b99960 100644 --- a/app/package.json +++ b/app/package.json @@ -53,13 +53,20 @@ "output": "../build" }, "win": { - "icon": "thedesk.ico", + "icon": "build/thedesk.ico", "target": [ "nsis", "portable", "appx" ] }, + "appx": { + "identityName":"53491Cutls.TheDesk", + "applicationId":"Cutls.TheDesk", + "publisherDisplayName":"Cutls", + "publisher":"CN=629757F5-A5EE-474F-9562-B304A89A9FD1", + "languages":["JA-JP","EN-US"] + }, "nsis": { "oneClick": false, "allowToChangeInstallationDirectory": true, diff --git a/app/thedesk.ico b/app/thedesk.ico deleted file mode 100644 index 40dedc0f..00000000 Binary files a/app/thedesk.ico and /dev/null differ diff --git a/app/view/make/setting.sample.js b/app/view/make/setting.sample.js index 74780c31..9f50f729 100644 --- a/app/view/make/setting.sample.js +++ b/app/view/make/setting.sample.js @@ -17,7 +17,7 @@ var envConstruction=[ width:50, text:{ head:"@@popup@@", - desc:"@@popupwarn@@", + desc:'@@popupwarn@@', after:"@@s@@" } },{