Leopard 上哪里可以找到卷安装图标
我想更改 dmg 的默认图标,我喜欢像 Skype 或 Dropbox 那样使用默认图像音量图标,但我无法使用查找器找到它。 你知道我在哪里可以找到它吗?
感谢您的回答, 鲍里斯
I want to change the default icon of a dmg, I'ld like to do like skype or dropbox which use the default image volume icon, but I don't manage to find it with the finder. Do you have any idea where I could find it?
Thanks for your answer,
Boris
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好吧,我在取景器中没有找到该图标,但您可以在此处下载完整的图标集: 此处
另外,如果您想从 cmd 行设置 dmg 图标:
cp
你的文件.icns > < 您安装的图像路径>.VolumeIcon.icns(确保您的dmg可写)
SetFile -a C
你挂载的镜像路径>
第二个命令行用于告诉 dmg 在安装后使用该图标。
如果您想从任何类型的图像制作 icns,请查看此免费软件:img2icns
Ok I didn't find the icon in the finder but you can download the full icon set here : here
Also if you want to set the dmg icon from the cmd line :
cp < your file.icns > < your mounted image path >.VolumeIcon.icns (make sure your dmg is writable)
SetFile -a C < your mounted image path >
The second command line is used to tell the dmg to use the icon once mounted.
If you want to make an icns from any kind of image, have a look at this freeware : img2icns
如果您想设置自定义音量图标,请使用以下命令
现在创建读/写 dmg
If you want to set custom volume icon then use below command
Now create read/write dmg