We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0c115 commit 5109d14Copy full SHA for 5109d14
.vscode/settings.json
@@ -9,6 +9,8 @@
9
}
10
],
11
12
+ "eslint.enable": false,
13
+
14
// LINTING (Oxlint)
15
"oxc.enable": true,
16
"oxc.lint.run": "onType",
app/configs/electron-builder.config.cjs
@@ -24,13 +24,13 @@ module.exports = {
24
target: 'nsis',
25
publish: ['github'],
26
},
27
- // "linux": {
28
- // "artifactName": "${productName}-linux.${ext}",
29
- // "target": ["AppImage"],
30
- // "publish": ["github"],
31
- // "desktop": {
32
- // "Name": "GhostChat",
33
- // "Terminal": false
+ // linux: {
+ // artifactName: '${productName}-linux.${ext}',
+ // target: ['AppImage'],
+ // publish: ['github'],
+ // desktop: {
+ // Name: 'GhostChat',
+ // Terminal: false
34
// }
35
// },
36
nsis: {
0 commit comments