mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-22 09:18:18 +00:00
5 lines
97 B
Bash
Executable File
5 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd $(dirname $0)
|
|
iconutil -c icns ./img-src/macos-picard.iconset/ -o ../picard.icns
|