mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-06 05:17:50 +00:00
macos: update Sparkle to 2.6.3
There are numerous fixes since our previous version (2.5.1) and I believe at least one is one that users have hit where unarchiving didn't work properly despite a properly built archive. I'm hoping this improves that. Besides this, there is one major security fix. I think it was low risk to our project currently but I read through it and it is sensible to protect against the case.
This commit is contained in:
2
.github/workflows/release-pr.yml
vendored
2
.github/workflows/release-pr.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
# Setup Sparkle
|
||||
- name: Setup Sparkle
|
||||
env:
|
||||
SPARKLE_VERSION: 2.5.1
|
||||
SPARKLE_VERSION: 2.6.3
|
||||
run: |
|
||||
mkdir -p .action/sparkle
|
||||
cd .action/sparkle
|
||||
|
||||
2
.github/workflows/release-tip.yml
vendored
2
.github/workflows/release-tip.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
||||
# Setup Sparkle
|
||||
- name: Setup Sparkle
|
||||
env:
|
||||
SPARKLE_VERSION: 2.5.1
|
||||
SPARKLE_VERSION: 2.6.3
|
||||
run: |
|
||||
mkdir -p .action/sparkle
|
||||
cd .action/sparkle
|
||||
|
||||
Reference in New Issue
Block a user