icns

Easily create .icns files (Mac Icons) with this Go library or the included CLI.
Log | Files | Refs | LICENSE

commit 55d64d10d9db77d71c8393add7ccf93c371be3c0
parent bf920e75d0b5df3523dd532e3cbd7f8b85455a12
Author: sitiom <sitiom@proton.me>
Date:   Thu, 17 Aug 2023 15:30:43 +0800

ci: change Winget Releaser job to `ubuntu-latest`
Diffstat:
M.github/workflows/winget.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml @@ -5,7 +5,7 @@ on: jobs: publish: - runs-on: windows-latest # Action can only run on Windows + runs-on: ubuntu-latest steps: - uses: vedantmgoyal2009/winget-releaser@v2 with: