Skip to content

Commit

Permalink
Remove custom-icon argument to the create-dmg command, since this arg…
Browse files Browse the repository at this point in the history
…ument is not even used anymore, and no longer supported
  • Loading branch information
olabini committed Sep 7, 2021
1 parent faa8677 commit 90f2799
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -59,8 +59,6 @@ jobs:
path: ${{ env.GOPATH }}/src/github.com/${{ github.repository }}
- name: install OS dependencies
run: brew install gtk+3 adwaita-icon-theme hicolor-icon-theme shared-mime-info gtk-mac-integration create-dmg fileicon
- name: temp debug
run: create-dmg --help
- uses: actions/setup-go@v2
with:
go-version: 1.14
Expand Down
2 changes: 1 addition & 1 deletion ci/Makefile
Expand Up @@ -44,7 +44,7 @@ mac-bundle:

release-dmg: clean-mac-bundle mac-bundle
mkdir -p ../release
create-dmg --volname "CoyIM Installer" --volicon ../build/osx/mac-bundle/coyim.icns --window-pos 200 120 --window-size 800 400 --icon-size 100 --custom-icon "CoyIM.app" ../build/osx/mac-bundle/coyim.icns 200 190 --hide-extension "CoyIM.app" --app-drop-link 600 185 ../release/coyim.dmg ../bin/mac-bundle/CoyIM.app
create-dmg --volname "CoyIM Installer" --volicon ../build/osx/mac-bundle/coyim.icns --window-pos 200 120 --window-size 800 400 --icon-size 100 --hide-extension "CoyIM.app" --app-drop-link 600 185 ../release/coyim.dmg ../bin/mac-bundle/CoyIM.app
fileicon set ../release/coyim.dmg ../build/osx/mac-bundle/coyim.icns
openssl dgst -sha256 ../release/coyim.dmg >> ../release/checksum

Expand Down

0 comments on commit 90f2799

Please sign in to comment.