From f0b070ca1bac658a5449312b47980f35d50f9fcb Mon Sep 17 00:00:00 2001 From: advplyr Date: Sat, 25 Sep 2021 16:45:53 -0500 Subject: [PATCH] Increment version, linuxpacakger executable permissions --- build/linuxpackager | 0 client/package.json | 2 +- package.json | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 build/linuxpackager diff --git a/build/linuxpackager b/build/linuxpackager old mode 100644 new mode 100755 diff --git a/client/package.json b/client/package.json index 19cafa96..487e876e 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "audiobookshelf-client", - "version": "1.2.1", + "version": "1.2.2", "description": "Audiobook manager and player", "main": "index.js", "scripts": { diff --git a/package.json b/package.json index b696b048..02863f30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "audiobookshelf", - "version": "1.2.1", + "version": "1.2.2", "description": "Self-hosted audiobook server for managing and playing audiobooks", "main": "index.js", "scripts": { @@ -9,7 +9,7 @@ "client": "cd client && npm install && npm run generate", "prod": "npm run client && npm install && node prod.js", "build-win": "npm run build-prep && pkg -t node12-win-x64 -o ./dist/win/audiobookshelf .", - "build-linux": "chmod -R 775 build && build/linuxpackager" + "build-linux": "build/linuxpackager" }, "bin": "prod.js", "pkg": {