From 361fe53a7e8a48e42ac8d7f4c07f33bf4ed178e2 Mon Sep 17 00:00:00 2001 From: Starscouts Date: Sun, 14 Jul 2024 14:28:01 +0200 Subject: Fixes for Windows --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) mode change 100755 => 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md old mode 100755 new mode 100644 index 67b5128..b27e993 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A browser and search engine for local copies of various image boards (e621, Derpibooru, Furbooru, ...) ## Development -Assuming you are using macOS or Linux. Other POSIX systems won't work as Electron does not have binaries for these. +Assuming you are using macOS, Windows or Linux. Other POSIX systems won't work as Electron does not have binaries for these. ### Cloning ``` @@ -27,5 +27,6 @@ npm run debug-updater ### Building ``` # This will run 'npm audit fix' and 'npm install' to update dependencies if needed -npm run release +npm run release-unix # For Unix systems +npm run release-win # For Windows ``` -- cgit