From d7b2ef5098bf451cf8bdb6ced3117f1838e44b14 Mon Sep 17 00:00:00 2001 From: Kylart Date: Fri, 12 Nov 2021 21:30:15 +0100 Subject: [PATCH] Fix Linux dist script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 104d362..0ea45ac 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Once all those are installed, you can run the following commands. This will gene use the `kawanime` executable in the `dist/linux-unpacked` folder. ``` -npm run install +npm run postinstall npm run dist:linux ```