mirror of
https://github.com/marktext/marktext.git
synced 2025-05-03 04:39:47 +08:00
Add native support for Apple M1 (#3089)
This commit is contained in:
parent
485fcfe0e0
commit
225022b8c4
9
.github/CHANGELOG.md
vendored
9
.github/CHANGELOG.md
vendored
@ -1,3 +1,12 @@
|
|||||||
|
## 0.17.1
|
||||||
|
|
||||||
|
- Added native support for Apple M1 (see #2983 if you have issues).
|
||||||
|
|
||||||
|
**:beetle:Bug fix**
|
||||||
|
|
||||||
|
- Fixed crash when key binding was unset.
|
||||||
|
- Fixed paste handler for images.
|
||||||
|
|
||||||
## 0.17.0
|
## 0.17.0
|
||||||
|
|
||||||
Mark Text is now MarkText! We'd like to thank all contributors and users that have been using MarkText and worked on this release.
|
Mark Text is now MarkText! We'd like to thank all contributors and users that have been using MarkText and worked on this release.
|
||||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -97,12 +97,12 @@ jobs:
|
|||||||
sha256sum build/marktext-*.rpm
|
sha256sum build/marktext-*.rpm
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
# shasum -a 256 build/marktext-arm64-mac.zip
|
|
||||||
# shasum -a 256 build/marktext-arm64.dmg
|
|
||||||
- name: Calculate checksums
|
- name: Calculate checksums
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
|
shasum -a 256 build/marktext-arm64-mac.zip
|
||||||
shasum -a 256 build/marktext-x64-mac.zip
|
shasum -a 256 build/marktext-x64-mac.zip
|
||||||
|
shasum -a 256 build/marktext-arm64.dmg
|
||||||
shasum -a 256 build/marktext-x64.dmg
|
shasum -a 256 build/marktext-x64.dmg
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
@ -80,9 +80,9 @@ mac:
|
|||||||
darkModeSupport: true
|
darkModeSupport: true
|
||||||
target:
|
target:
|
||||||
- target: dmg
|
- target: dmg
|
||||||
arch: [x64]
|
arch: [x64, arm64]
|
||||||
- target: zip
|
- target: zip
|
||||||
arch: [x64]
|
arch: [x64, arm64]
|
||||||
dmg:
|
dmg:
|
||||||
artifactName: "marktext-${arch}.${ext}"
|
artifactName: "marktext-${arch}.${ext}"
|
||||||
contents:
|
contents:
|
||||||
|
Loading…
Reference in New Issue
Block a user