/Epic-Asset-Manager

A frontend to Assets purchased on Epic Games Store

Primary LanguageRustMIT LicenseMIT

Discord Build Status Flathub

Epic-Asset-Manager

A frontend to Assets purchased on Epic Games Store

Current Screenshot

Screenshot from 2021-08-19 17-00-44

Install

Arch Linux

Use the AUR package

Build flatpak

meson _build --prefix=/usr --reconfigure;

Build from source

  • Install rust using rustup
  • Install the stable toolchain
rustup install stable
rustup default stable
  • Install dependencies: gtk4 libadwaita
  • Clone the repository
git clone git@github.com:AchetaGames/Epic-Asset-Manager.git
  • Move into the repository
cd Epic-Asset-Manager
  • Configure the project
meson _build
  • Build the project (the resulting binary is in target/release/epic_asset_manager)
meson compile -C _build
  • Or install the project
meson install -C _build

Action video

Youtube Video