fix some bugs

This commit is contained in:
Cutls 2019-03-18 23:01:45 +09:00
parent bacac4486b
commit ef5dbcf040
4 changed files with 11 additions and 4 deletions

View File

@ -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 = [{

View File

@ -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,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@ -17,7 +17,7 @@ var envConstruction=[
width:50,
text:{
head:"@@popup@@",
desc:"@@popupwarn@@",
desc:'@@popupwarn@@',
after:"@@s@@"
}
},{