Phate6660 / gzdoom-discordrpc

DiscordRPC for GZDoom, written in Rust.
Other
13 stars 2 forks source link

always says invalid engine has been inputted #3

Open RiaxStuff opened 3 years ago

RiaxStuff commented 3 years ago

no matter how I try to type it, it always says invalid engine has been inputted. Pretty sure that I am doing something wrong.

I am on Windows 10 by the way.

Phate6660 commented 3 years ago

Which engine are you using?

For GZDoom, use .\gzdoom-discordrpc.exe gzdoom (after compiling). Or use cargo run -- gzdoom (from the root dir of the project).

For LZDoom, use .\gzdoom-discordrpc.exe lzdoom(after compiling). Or use cargo run -- lzdoom (from the root dir of the project).