mirror of
https://github.com/Lakr233/GitLab-License-Generator.git
synced 2026-01-30 03:45:36 +02:00
Update License Name
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -61,3 +61,4 @@ license_key
|
|||||||
license_key.pub
|
license_key.pub
|
||||||
result.gitlab-license
|
result.gitlab-license
|
||||||
features.list
|
features.list
|
||||||
|
.DS_Store
|
||||||
|
|||||||
2
make.sh
2
make.sh
@@ -87,7 +87,7 @@ PRIVATE_KEY_FILE=$BUILD_DIR/private.key
|
|||||||
|| true # ignore error if key already exists
|
|| true # ignore error if key already exists
|
||||||
|
|
||||||
echo "[*] generating license..."
|
echo "[*] generating license..."
|
||||||
LICENSE_FILE=$BUILD_DIR/license.data
|
LICENSE_FILE=$BUILD_DIR/result.gitlab-license
|
||||||
LICENSE_JSON_FILE=$BUILD_DIR/license.json
|
LICENSE_JSON_FILE=$BUILD_DIR/license.json
|
||||||
|
|
||||||
./src/generator.license.rb \
|
./src/generator.license.rb \
|
||||||
|
|||||||
Reference in New Issue
Block a user