Assets.assetpathMethod

Returns the full path to the project's assets.

If called from a regular Julia session it will just return the supplied argument augmented with "/assets/"

However, if called from a session compiled using PackageCompiler it will return the path to the assets subfolder in the packaged app.

Assets.copy_assetsMethod

Used in the build step of a new app created using PackageCompiler. Copies all assets from pkg to the new app.