1 diff -Naur source-old/higan-ui/GNUmakefile source-new/higan-ui/GNUmakefile
2 --- source-old/higan-ui/GNUmakefile 1969-12-31 21:00:01.000000000 -0300
3 +++ source-new/higan-ui/GNUmakefile 2021-09-29 22:35:35.744721052 -0300
5 mkdir -p $(output.path)/$(name).app/Contents/Resources/
6 mv $(output.path)/$(name) $(output.path)/$(name).app/Contents/MacOS/$(name)
7 cp resource/$(name).plist $(output.path)/$(name).app/Contents/Info.plist
8 - sips -s format icns resource/$(name).png --out $(output.path)/$(name).app/Contents/Resources/$(name).icns
9 + png2icns $(output.path)/$(name).app/Contents/Resources/$(name).icns resource/$(name).png
12 verbose: nall.verbose ruby.verbose hiro.verbose all;
13 diff -Naur source-old/icarus/GNUmakefile source-new/icarus/GNUmakefile
14 --- source-old/icarus/GNUmakefile 1969-12-31 21:00:01.000000000 -0300
15 +++ source-new/icarus/GNUmakefile 2021-09-29 22:35:53.639846113 -0300
17 mkdir -p $(output.path)/$(name).app/Contents/Resources/
18 mv $(output.path)/$(name) $(output.path)/$(name).app/Contents/MacOS/$(name)
19 cp resource/$(name).plist $(output.path)/$(name).app/Contents/Info.plist
20 - sips -s format icns resource/$(name).png --out $(output.path)/$(name).app/Contents/Resources/$(name).icns
21 + png2icns $(output.path)/$(name).app/Contents/Resources/$(name).icns resource/$(name).png
24 verbose: hiro.verbose nall.verbose all;