Skip to content

Commit

Permalink
package update
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron committed Nov 16, 2024
1 parent d9587b9 commit 938c360
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 66 deletions.
63 changes: 0 additions & 63 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Leantime is an open source project management system for non-project manager.<br
* MySQL 8.0+
* Apache or Nginx (IIS works with some modifications)
* PHP Extensions:
* * mysql, mbstring, GD, exif, pcntl, bcmath, opcache, ldap
* * mysql, pdo_mysql, mbstring, GD, exif, pcntl, bcmath, opcache, ldap, zip, openssl, phar
<br /><br />
### ️⚡️ Installation (Production) ###

Expand Down Expand Up @@ -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.

<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=856e290f-a6e9-4fbd-9b95-a835e39a0492" />

3 changes: 2 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 938c360

Please sign in to comment.