Skip to content

Commit

Permalink
fix: just reinstall i guess
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Jan 12, 2024
1 parent eddf3d2 commit 5e1e557
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .CI/MacDeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ macdeployqt chatterino.app "${_macdeployqt_args[@]}"

echo "Downloading kimageformats plugins"

xh -o kimg.zip "https://github.com/nerixyz/kimageformats-binaries/releases/download/cont/kimageformats-macos-latest-$_img_version.zip"
curl -SsfLo kimg.zip "https://github.com/nerixyz/kimageformats-binaries/releases/download/cont/kimageformats-macos-latest-$_img_version.zip"
echo "Extracting kimageformats plugins"
7z e -okimg kimg.zip
cp kimg/libKF5Archive.5.dylib chatterino.app/Contents/Frameworks/
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ jobs:
brew install $formula
fi
done
brew install p7zip create-dmg cmake tree xh
brew install p7zip create-dmg cmake tree
shell: bash

- name: Build (MacOS)
Expand Down Expand Up @@ -443,7 +443,9 @@ jobs:
pwd
ls -la build || true
cd build
brew reinstall openssl
./../.CI/MacDeploy.sh
${{matrix.arch == 'arm64' && 'brew reinstall $(brew --cache --bottle-tag=arm64_monterey openssl)' || ''}}
./../.CI/CreateDMG.sh
shell: bash

Expand Down

0 comments on commit 5e1e557

Please sign in to comment.