04-29-2016, 05:29 PM
yab-IDE 2.2.6 adds some convenience to building your application. No-longer is "application/x-vnd.yab-app" the default application signature.
if the yab filename is "MyApp.yab" then the application signature will default to "application/x-vnd.MyApp"
This default can be over-ridden by placing a comment at the beginning of your yab file.
This will change the default for your program to "application/x-vnd.MyCoolApp" regardless of the filename. The comment must be the first or second line of your file.
if the yab filename is "MyApp.yab" then the application signature will default to "application/x-vnd.MyApp"
This default can be over-ridden by placing a comment at the beginning of your yab file.
Code:
#!yab
# MIMETYPE "application/x-vnd.MyCoolApp"