A launcher for an anime role playing game
Find a file
2024-01-18 19:24:07 -07:00
.flatpak-builder first step 2024-01-18 05:35:16 -07:00
build-aux/meson Fix flake8 warnings 2019-04-05 17:19:14 +02:00
data icon 2024-01-18 19:24:07 -07:00
src prepare download link 2024-01-18 11:39:25 -07:00
asgardius.page.aoilauncher.json template rady 2024-01-18 08:52:53 -07:00
COPYING Add missing license 2019-04-05 17:19:14 +02:00
meson.build template rady 2024-01-18 08:52:53 -07:00
README.md icon 2024-01-18 19:24:07 -07:00

aoi-game-launcher

A launcher for an anime role playing game game

Dependencies

  • python
  • GTK 3
  • VTE 3

Build dependencies

  • Meson
  • Ninja

Install instructions

To build this app

meson . _build

To install

sudo ninja -C _build install

To uninstall

sudo ninja -C _build uninstall