We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d86781e commit f934d5cCopy full SHA for f934d5c
2 files changed
.github/workflows/release.yml
@@ -7,11 +7,7 @@ on:
7
8
jobs:
9
build-and-release:
10
- runs-on: ${{ matrix.os }}
11
-
12
- strategy:
13
- matrix:
14
- os: [macos-latest, macos-10.15]
+ runs-on: macos-latest
15
16
steps:
17
- name: Checkout Git repository
@@ -41,4 +37,3 @@ jobs:
41
37
run: |
42
38
export PYTHON_PATH=`which python`
43
39
npm run release
44
- if: matrix.os == 'macos-latest' || matrix.os == 'macos-10.15'
vue.config.js
@@ -15,12 +15,7 @@ module.exports = defineConfig({
compression: "maximum",
mac: {
category: "public.app-category.utilities",
18
- target: [
19
- {
20
- target: "default",
21
- arch: ["x64", "arm64"] // Target both Intel (x64) and Apple Silicon (arm64) architectures
22
- }
23
- ],
+ target: "default",
24
icon: "src/assets/icon.icns",
25
hardenedRuntime: true,
26
notarize: {
0 commit comments