Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 502 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 502 Bytes

RedAQ Forge

A Linux electron-based(pain) launcher for RedAQ.

Compiling and running this should work for Node.js v20 and above, unless something breaks.

Compiling

# NPM
npm i
npm run make64 # or make32, if you have a 32-bit system

# YARN:
yarn
yarn make64 # or make32

Running

# If you compiled it manually, run:
npm run start
# -- or --
yarn start

# If you installed the ".deb" file, run this instead of opening the app from the app menu:
redaq-forge --no-sandbox