Rename crafty_commander to crafty

Also make win master only run on release:
https://gitlab.com/crafty-controller/crafty-4/-/releases
This commit is contained in:
Zedifus 2022-06-18 22:57:12 +01:00
parent 53c622e928
commit 51b8165c0e

View File

@ -21,7 +21,7 @@ win-dev-build:
- pyinstaller -F main.py
--distpath .
--icon app\frontend\static\assets\images\Crafty_4-0_Logo_square.ico
--name "crafty_commander"
--name "crafty"
--paths .venv\Lib\site-packages
--hidden-import cryptography
--hidden-import cffi
@ -37,7 +37,7 @@ win-dev-build:
name: "crafty-${CI_RUNNER_TAGS}-${CI_COMMIT_BRANCH}_${CI_COMMIT_SHORT_SHA}"
paths:
- app\
- .\crafty_commander.exe
- .\crafty.exe
exclude:
- app\classes\**\*
@ -49,7 +49,6 @@ win-prod-build:
paths:
- .venv/
rules:
- if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"
- if: $CI_COMMIT_TAG
environment:
name: production
@ -63,7 +62,7 @@ win-prod-build:
- pyinstaller -F main.py
--distpath .
--icon app\frontend\static\assets\images\Crafty_4-0_Logo_square.ico
--name "crafty_commander"
--name "crafty"
--paths .venv\Lib\site-packages
--hidden-import cryptography
--hidden-import cffi
@ -81,7 +80,7 @@ win-prod-build:
name: "crafty-${CI_RUNNER_TAGS}-${CI_COMMIT_BRANCH}_${CI_COMMIT_SHORT_SHA}"
paths:
- app\
- .\crafty_commander.exe
- .\crafty.exe
expire_in: never
exclude:
- app\classes\**\*