Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
git committed Sep 23, 2024
1 parent e3e1b28 commit 889ab5c
Show file tree
Hide file tree
Showing 3 changed files with 8,639 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ package-lock.json
pnpm-lock.yaml
yarn.lock

third-party/
/third-party/
src/lang/source-use.json
21 changes: 10 additions & 11 deletions electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"$schema": "https://raw.githubusercontent.com/electron-userland/electron-builder/master/packages/app-builder-lib/scheme.json",
"appId": "LinkAndroid",
"asar": false,
"asar": true,
"npmRebuild": true,
"productName": "LinkAndroid",
"directories": {
Expand Down Expand Up @@ -82,16 +82,15 @@
},
"mac": {
"icon": "logo.icns",
// "target": [
// {
// "target": "dmg",
// "arch": [
// "universal",
// "x64",
// "arm64"
// ]
// }
// ],
"target": [
{
"target": "dmg",
"arch": [
"x64",
"arm64"
]
}
],
"artifactName": "${productName}-${version}-mac-${arch}.${ext}",
"extraResources": [
{
Expand Down
Loading

0 comments on commit 889ab5c

Please sign in to comment.