Skip to content

Commit

Permalink
Merge pull request #598 from WrathofthePast/Fix-Complier-for-macOS-12.3+
Browse files Browse the repository at this point in the history
Fix Complier for macOS 12.3+
  • Loading branch information
1kc authored Sep 21, 2022
2 parents 34cf0b6 + be5e81d commit e6a9909
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
"react-select": "^3.2.0",
"react-slider": "^1.1.2",
"react-tabs": "^3.1.2",
"source-map-support": "^0.5.12",
"source-map-support": "^0.5.19",
"tinycolor2": "^1.4.2"
},
"devDependencies": {
"@babel/preset-react": "^7.9.4",
"babel-loader": "^8.1.0",
"electron": "^11.5.0",
"electron-builder": "^22.11.11",
"electron-builder": "^23.3.3",
"electron-builder-notarize": "^1.2.0",
"electron-webpack": "^2.8.2",
"@electron/universal": "^1.0.5",
"@electron/universal": "^1.2.1",
"mini-css-extract-plugin": "^0.9.0",
"native-ext-loader": "^2.3.0",
"node-gyp": "^8.2.0",
Expand All @@ -60,12 +60,6 @@
"appId": "com.electron.razer-macos",
"productName": "Razer macOS",
"nodeGypRebuild": true,
"asar": true,
"files": [
"package.json",
"build",
"node_modules"
],
"directories": {
"output": "dist",
"buildResources": "resources"
Expand Down

0 comments on commit e6a9909

Please sign in to comment.