Skip to content

Commit

Permalink
Build universal build for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
synle authored Jun 29, 2022
1 parent 90c2fca commit c357ba1
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
"version": "1.37.2",
"description": "A minimal native desktop client for most databases supporting MySQL, MariaDB, MS SQL Server, PostgresSQL, SQLite, Cassandra, MongoDB and Redis.",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"production": [">0.2%", "not dead", "not op_mini all"],
"development": [
"last 1 chrome version",
"last 1 firefox version",
Expand All @@ -23,17 +19,17 @@
"icon": "build/logo512.png"
},
"mac": {
"icon": "build/logo512.png"
"icon": "build/logo512.png",
"target": {
"target": "default",
"arch": ["universal"]
}
},
"linux": {
"synopsis": "sqlui-native is a minimal native desktop client for most databases supporting MySQL, MariaDB, MS SQL Server, PostgresSQL, SQLite, Cassandra, MongoDB and Redis.",
"icon": "build/logo512.png",
"category": "Development",
"target": [
"deb",
"rpm",
"snap"
]
"target": ["deb", "rpm", "snap"]
}
},
"main": "main.js",
Expand Down Expand Up @@ -112,10 +108,7 @@
"tedious": "^14.5.0"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
"extends": ["react-app", "react-app/jest"]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
Expand Down

0 comments on commit c357ba1

Please sign in to comment.