$EXEDIR\PortableApps\ not supported in launcher 1.3.x
John, would you please release an updated launcher with support for the ini inside the \PortableApps\ folder? I keep the ini in \PortableApps\FirefoxPortable. I tried to modify it myself, but I don't know much about NSIS, and it's not as simple as changing line 91:
IfFileExists "$EXEDIR\${NAME}.ini" "" NoINI
to
IfFileExists "$EXEDIR\PortableApps\${NAME}\${NAME}.ini" "" NoINI