Skip to content

Commit

Permalink
Revert apple silicon changes - #1276
Browse files Browse the repository at this point in the history
  • Loading branch information
perry-mitchell committed Apr 20, 2024
1 parent 9fc0026 commit e362351
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
matrix:
include:
- os: macos-latest
NODE_ARCHITECTURE: ""
ELECTRON_ARGS: --universal
NODE_ARCHITECTURE: x64
ELECTRON_ARGS: --x64

- os: ubuntu-latest
NODE_ARCHITECTURE: x64
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

14 changes: 2 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Buttercup",
"version": "2.28.0-4",
"version": "2.27.0",
"description": "Buttercup Password Manager",
"main": "build/main/index.js",
"scripts": {
Expand Down Expand Up @@ -109,17 +109,7 @@
"icon": "./resources/build/icon.icns",
"notarize": {
"teamId": "9D8F4J769D"
},
"mergeASARs": false,
"singleArchFiles": "Contents/**/*",
"target": [
{
"target": "dmg",
"arch": [
"universal"
]
}
]
}
},
"dmg": {
"artifactName": "${productName}-${os}-x64-${version}.${ext}",
Expand Down

0 comments on commit e362351

Please sign in to comment.