|
What's new for the users ?
A little bit more technical for the scriptors ...- POL_LoadVar_PROGRAMFILES was created to assign the name of Program Files directory to $PROGRAMFILES variable. In few case, when the directory was called "Program Files", the following commande returned %ProgramFiles% instead of the real name, and it was the cause of many bugs in all the scrpts.Code PLAYONLINUX: wine cmd /c echo "%ProgramFiles%"
- POL_LoadVar_PROGRAMFILES is automatically called on prefix creating. There is no need to use it in the scripts, we just need to erase old lines that cause bugs. To be sure that the scripts will be compatible with the old version, we started to replace Code PLAYONLINUX: PROGRAMFILES=`wine cmd /c echo "%ProgramFiles%" |tr -d '\015' | tr -d '\010'` PROGRAMFILES=${PROGRAMFILES:3}
by : Code PLAYONLINUX: PROGRAMFILES="Program Files" POL_LoadVar_PROGRAMFILES
- When you make a shortcut with POL_SetupWindow_make_shortcut, if the icon argument is empty, POL will try to extract the icon from the exe file and use it. Enjoy ! Download PS. A new version of PlayOnMac is also available, and compatible with Snow Leopard |























