Skip to content

Commit

Permalink
Revert "Add support for Mac's Intel chips"
Browse files Browse the repository at this point in the history
This reverts commit 143964a.

Looks like it break release action
  • Loading branch information
sunner committed Jul 4, 2024
1 parent d86781e commit f934d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ on:

jobs:
build-and-release:
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [macos-latest, macos-10.15]
runs-on: macos-latest

steps:
- name: Checkout Git repository
Expand Down Expand Up @@ -41,4 +37,3 @@ jobs:
run: |
export PYTHON_PATH=`which python`
npm run release
if: matrix.os == 'macos-latest' || matrix.os == 'macos-10.15'
7 changes: 1 addition & 6 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ module.exports = defineConfig({
compression: "maximum",
mac: {
category: "public.app-category.utilities",
target: [
{
target: "default",
arch: ["x64", "arm64"] // Target both Intel (x64) and Apple Silicon (arm64) architectures
}
],
target: "default",
icon: "src/assets/icon.icns",
hardenedRuntime: true,
notarize: {
Expand Down

0 comments on commit f934d5c

Please sign in to comment.