Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

add icon#35

Open
robberphex wants to merge 1 commit intosevaa:masterfrom
robberphex:main
Open

add icon#35
robberphex wants to merge 1 commit intosevaa:masterfrom
robberphex:main

Conversation

Copy link

robberphex commented Dec 19, 2022

And to make a dmg file:

$ pyinstaller --windowed -i icon/dwarf.icns dwex.py
$ create-dmg \
--volname "dwex" \
--window-pos 200 120 \
--window-size 600 300 \
--icon-size 100 \
--icon "dwex.app" 175 120 \
--hide-extension "dwex.app" \
--app-drop-link 425 120 \
"dist/dwex.dmg" \
"dist/dmg/"

$ pyinstaller --windowed -i icon/dwarf.icns dwex.py
$ create-dmg \
--volname "dwex" \
--window-pos 200 120 \
--window-size 600 300 \
--icon-size 100 \
--icon "dwex.app" 175 120 \
--hide-extension "dwex.app" \
--app-drop-link 425 120 \
"dist/dwex.dmg" \
"dist/dmg/"
Copy link
Author

robberphex commented Dec 19, 2022

This PR is trying to fix #12, and the preview dmg file is at https://github.com/robberphex/dwex/releases/tag/2.30 .

Copy link
Owner

sevaa commented Dec 19, 2022

Can you upload dmg files to the Mac App Store? I thought not.

Copy link
Owner

sevaa commented Dec 20, 2022

As for the icon, that's the logo from dwarfstd.org, isn't it? I don't think it will be a good app icon, seeing that it needs to scale from something like 16x16 (Windows taskbar) to 1000x1000 (app stores out there).

But that's fine, I have a design in mind that lends itself to a vector representation and will scale. Might not be a good design, but oh well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants