macosx_postbuild.sh 359 B

123456
  1. # copy binary into bundle
  2. rm ../../../bin/demo01LCL.app/Contents/MacOS/demo01LCL
  3. cp ../../../bin/demo01LCL ../../../bin/demo01LCL.app/Contents/MacOS/demo01LCL
  4. # make Info.plist and copy icon
  5. cp -f demo01LCL_macosx.plist ../../../bin/demo01LCL.app/Contents/Info.plist
  6. cp ../../../bin/data/zengl.icns ../../../bin/demo01LCL.app/Contents/Resources/demo01LCL.icns