Skip to content

Commit 4724d92

Browse files
committed
Figured out how to change the icon.
And meanwhile, Rome burns. (Not really. But it sounds dramatic.) I don't know if we'll keep Omer in the icon, but it could be fun. Certainly, something other than the default PLT lambda could be good.
1 parent ef3d2e1 commit 4724d92

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

build/build-mac.sh

+7
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ say -v Victoria "Done compiling."
99
mv ${APP} ../build
1010
popd
1111

12+
# http://hints.macworld.com/article.php?story=20051225191249727
13+
pushd ../build/
14+
rm ${FLOWAPPCONTENTS}/Resources/Starter.icns
15+
sips -s format icns omer-256.jpg --out ${FLOWAPPCONTENTS}/Resources/Starter.icns
16+
popd
17+
18+
1219
mkdir -p ${FLOWAPPCONTENTS}/bin/macosx/
1320
cp -R ../bin/macosx/ ${FLOWAPPCONTENTS}/bin/macosx/
1421
cp -R ../config/ ${FLOWAPPCONTENTS}/config/

build/omer-256.jpg

46 KB
Loading

0 commit comments

Comments
 (0)