1
0
mirror of https://github.com/s427/MARL.git synced 2025-01-18 13:00:02 +01:00
MARL-Mastodon-Archive-Reade.../webxdc
2025-01-09 08:26:15 +01:00
..
.gitignore And ignore the built xdc app 2025-01-09 08:03:28 +01:00
icon.png Run oxipng -Z on icon.png 2025-01-09 08:03:28 +01:00
icon.svg Unlock all paths + remove opacity layer 2025-01-09 08:03:28 +01:00
Makefile Update Makefile to take contents from dist/ folder 2025-01-09 08:14:36 +01:00
manifest.toml Add support for building out a marl.xdc application 2025-01-09 08:03:28 +01:00
readme.md Add readme 2025-01-09 08:26:15 +01:00

MARL as a webxdc app

This folder contains the necessary files to build a webxdc version of MARL.

Build

To build the webxdc app type make in the folder. This will create a marl.xdc file, which is a zip file. It should be attached to a tagged release in order to be picked up by the webxdc app store.

Files

  • Makefile for building marl.xdc
  • manifest.toml manifest file with basic metadata about the app
  • icon.png app icon, bitmap version
  • icon.svg app icon, vectorized version