File: iconify/tools/resize-and-build.sh

#!/bin/sh 
#
# Run on Mac: automatic image resize + icon build.
# Replace app/program names in the commands below.
#

./resize-on-mac.sh Pyedit1024new images-pyedit
./resize-on-mac.sh Pyedit1024PadOnly images-pyeditpopup

python3 iconify.py -mac images-pyedit pyedit
python3 iconify.py -win images-pyedit pyedit

# mac doesn't use popup icon
python3 iconify.py -win images-pyeditpopup pyeditpopup



[Home page] Books Code Blog Python Author Train Find ©M.Lutz