Fix Linux dist script

This commit is contained in:
Kylart 2021-11-12 21:30:15 +01:00
parent 084379a426
commit d7b2ef5098
1 changed files with 1 additions and 1 deletions

View File

@ -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
```