Run prettier formatter

This commit is contained in:
Brian Bowman
2022-07-19 04:37:38 -05:00
parent e9df0f17db
commit eb9aa34323
67 changed files with 1157 additions and 1071 deletions

View File

@@ -12,20 +12,12 @@
"tauri": {
"allowlist": {
"fs": {
"scope": [
"$DATA",
"$DATA/cultivation",
"$DATA/cultivation/*"
]
"scope": ["$DATA", "$DATA/cultivation", "$DATA/cultivation/*"]
},
"protocol": {
"all": true,
"asset": true,
"assetScope": [
"$DATA",
"$DATA/cultivation",
"$DATA/cultivation/*"
]
"assetScope": ["$DATA", "$DATA/cultivation", "$DATA/cultivation/*"]
},
"all": true
},
@@ -37,13 +29,7 @@
"depends": []
},
"externalBin": [],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"icon": ["icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico"],
"identifier": "io.grasscutter",
"shortDescription": "A game launcher.",
"longDescription": "A launcher for a certain anime game that proxies all related game traffic to external servers.",
@@ -54,11 +40,7 @@
"providerShortName": null,
"signingIdentity": null
},
"resources": [
"lang/*.json",
"keys/*",
"./mhycrypto.dll"
],
"resources": ["lang/*.json", "keys/*", "./mhycrypto.dll"],
"targets": "all",
"windows": {
"allowDowngrades": false,
@@ -93,4 +75,4 @@
}
]
}
}
}