Share My Creation [Tool] Resources Downloader

Version: 1.10

A tool where you can use to download the resources inside Objects directory for B4J projects.
This can make server project templates file size smaller by eliminating the resources inside www folder.

GitHub: https://github.com/pyhoon/resget-b4j
Download jar: https://github.com/pyhoon/resget-b4j/releases/download/v1.10/resget.jar

How to use​

  1. Download resget.jar from releases to B4J Additional Library folder.
  2. Open project with the GetResources macro.
  3. Click the macro and wait for the tool finishes downloading all the resources.
    Note: Second parameter is Overwrite (Boolean)
    B4X:
    #Macro: Title, GetResources, ide://run?file=%ADDITIONAL%\resget.jar&args=%PROJECT%&args=true

Sample resources.json file​

B4X:
{
    "Version": "3.20",
    "Resources": [
        {
            "File": "www/img/B4X.png",
            "Link": "https://raw.githubusercontent.com/pyhoon/jrdc2-server-template-b4j/refs/heads/main/JRDC%20Server%20(3.20)/Objects/www/img/B4X.png"
        }
    ]
}
 
Last edited:

aeric

Expert
Licensed User
Longtime User
Version: 1.10

Add support for filename res.json
 
Top