diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 13f77736..1efd16d9 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -14,7 +14,6 @@ Mark Text is now MarkText! We'd like to thank all contributors and users that ha - Added command-line image uploader. - Added regular expression group replacement to searcher. - Added PlantUML diagram support. -- Added support for Apple M1 (arm64). - Added support for chemical equations in math mode. - Added automatic call to search for find-in-file when the pane is opened. - Open local non-markdown files in default application. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c6078d6d..fc812f1e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,12 +97,12 @@ jobs: sha256sum build/marktext-*.rpm shell: bash + # shasum -a 256 build/marktext-arm64-mac.zip + # shasum -a 256 build/marktext-arm64.dmg - name: Calculate checksums if: runner.os == 'macOS' run: | - shasum -a 256 build/marktext-arm64-mac.zip shasum -a 256 build/marktext-x64-mac.zip - shasum -a 256 build/marktext-arm64.dmg shasum -a 256 build/marktext-x64.dmg shell: bash diff --git a/electron-builder.yml b/electron-builder.yml index 23533a01..9ef18fa4 100755 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -80,9 +80,9 @@ mac: darkModeSupport: true target: - target: dmg - arch: [x64, arm64] + arch: [x64] - target: zip - arch: [x64, arm64] + arch: [x64] dmg: artifactName: "marktext-${arch}.${ext}" contents: