Skip to content

Commit

Permalink
how about no linux too
Browse files Browse the repository at this point in the history
  • Loading branch information
frolic committed Dec 13, 2021
1 parent bc60a8c commit 0f6aab7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
os: [macos-latest, ubuntu-latest]
os: [macos-latest]

steps:
- name: Check out Git repository
Expand Down
3 changes: 0 additions & 3 deletions electron-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,4 @@ module.exports = {
hardenedRuntime: true,
entitlements: "app/entitlements.mac.plist",
},
linux: {
target: "tar.gz",
},
};

0 comments on commit 0f6aab7

Please sign in to comment.