Skip to content

Commit

Permalink
up macos  签名
Browse files Browse the repository at this point in the history
  • Loading branch information
Coloryr committed Sep 16, 2024
1 parent dc32581 commit 270dae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
path: build_out/colormc-linux-${{ env.MAINVERSION }}${{ env.VERSION }}-min-x86_64.AppImage

build-macos:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: 设置.NET Core
Expand Down
1 change: 1 addition & 0 deletions build/build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ build_osx()
chmod a+x $dir/ColorMC.Launcher

cd ./src/build_out/$1-dotnet
codesign --force --deep --sign - ColorMC.app
zip -r $zip_name ./ColorMC.app
mv $zip_name ../../../build_out/$zip_name
cd ../../../
Expand Down

0 comments on commit 270dae4

Please sign in to comment.