From 938c360092cf458213cbc6b797dd843e36d2982d Mon Sep 17 00:00:00 2001 From: Marcel Folaron Date: Sat, 16 Nov 2024 10:14:46 -0500 Subject: [PATCH] package update --- .idea/php.xml | 63 --------------------------------------------------- README.md | 4 ++-- makefile | 3 ++- 3 files changed, 4 insertions(+), 66 deletions(-) diff --git a/.idea/php.xml b/.idea/php.xml index dc770ba29..2a1af823d 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -240,69 +240,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/README.md b/README.md index 612327d55..8eeedb37c 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Leantime is an open source project management system for non-project manager.

### ️⚡️ Installation (Production) ### @@ -212,7 +212,7 @@ We use (Crowdin)[https://crowdin.com/project/leantime](https://crowdin.com/proje ## ⚖️ LICENSE Exceptions ## Leantime is licensed under AGPLv3. -This file forms part of the Leantime Software for which the following exception is added: Plugins within the `/app/plugins` directory which may contain plugins licensed under other licenses including our enterprise license. +This file forms part of the Leantime Software for which the following exception is added: Plugins within the `/app/Plugins` directory which may contain plugins licensed under other licenses including our enterprise license. diff --git a/makefile b/makefile index b7a053ce6..a0f037738 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -VERSION := $(shell grep "appVersion" ./app/Core/Configuration/AppSettings.php |awk -F' = ' '{print substr($$2,2,length($$2)-3)}')-$(shell git rev-parse --short HEAD) +VERSION := $(shell grep "appVersion" ./app/Core/Configuration/AppSettings.php |awk -F' = ' '{print substr($$2,2,length($$2)-3)}') TARGET_DIR:= ./target/leantime DESC:=$(shell git log -1 --pretty=%B) @@ -49,6 +49,7 @@ package: clean build touch $(TARGET_DIR)/userfiles/.gitkeep + rm -rf $(TARGET_DIR)/config/.env rm -rf $(TARGET_DIR)/public/theme/*/css/custom.css # Remove user files