https://github.com/0ad-matters/0ad-appimage
@0ad appimage
https://github.com/0ad-matters/0ad-appimage
0ad appimages gamedev games rts
Last synced: about 1 month ago
JSON representation
@0ad appimage
- Host: GitHub
- URL: https://github.com/0ad-matters/0ad-appimage
- Owner: 0ad-matters
- License: mit
- Created: 2022-09-04T14:47:11.000Z (almost 3 years ago)
- Default Branch: trunk
- Last Pushed: 2023-06-18T06:21:04.000Z (almost 2 years ago)
- Last Synced: 2023-06-18T07:28:07.058Z (almost 2 years ago)
- Topics: 0ad, appimages, gamedev, games, rts
- Language: Shell
- Homepage:
- Size: 130 KB
- Stars: 19
- Watchers: 5
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 0ad appimage
Unofficial [0ad](https://play0ad.com/)
[AppImage](https://appimage.org/) (built from official sources and
data)Click on the [releases
link](https://github.com/0ad-matters/0ad-appimage/releases) to view
available appimages.To invoke the `ActorEditor`:
BINARY_NAME=ActorEditor
## Updating
The AppImage is updateable (if you downloaded it after February 1st, 2025)
with
[appimageupdatetool](https://github.com/AppImageCommunity/AppImageUpdate). If
it's not available from your distro, you can download the tool as an AppImage
from the repo (linked above) or by using [AM, a command line AppImage package
manager](https://github.com/ivan-hc/AM).## Build locally
You can build the appimage locally if you have docker installed. While in the
repo root, to build the latest stable version:export HOSTUID=$(id -u) HOSTGID=$(id -g)
docker compose -f ./docker-compose.yml run --rm build