Skip to content

Commit

Permalink
build changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kiomarzsss committed May 1, 2024
1 parent 9ab6bc4 commit 098e098
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 71 deletions.
83 changes: 18 additions & 65 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 31 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
"electron-debug": "^3.2.0",
"electron-log": "^4.4.8",
"electron-settings": "^4.0.3",
"electron-updater": "^6.1.4",
"lottie-react": "^2.4.0",
"react": "^18.2.0",
"react-country-flag": "^3.1.0",
Expand Down Expand Up @@ -190,6 +189,13 @@
"arm64",
"x64"
]
},
{
"target": "pkg",
"arch": [
"arm64",
"x64"
]
}
],
"type": "distribution",
Expand All @@ -214,15 +220,34 @@
},
"win": {
"target": [
"nsis",
"portable"
{
"target": "nsis",
"arch": "x64"
},
{
"target": "msi",
"arch": "x64"
},
{
"target": "portable",
"arch": "x64"
}
]
},
"linux": {
"target": [
"AppImage",
"deb",
"rpm"
{
"target": "deb",
"arch": "x64"
},
{
"target": "rpm",
"arch": "x64"
},
{
"target": "AppImage",
"arch": "x64"
}
],
"category": "Development"
},
Expand Down

0 comments on commit 098e098

Please sign in to comment.