Обновлены скрипты

This commit is contained in:
2025-06-01 12:01:27 +03:00
parent 16179148b5
commit 1686c99600
2 changed files with 19 additions and 2 deletions

View File

@ -1,7 +1,12 @@
#!/bin/sh
# author: Alexander Popov
# mail: iiiypuk {at} fastmail.fm
# license: Public Domain
# desc: Собирает AppImage
# Импортирует скрипт с определениями цветов
source ../3rdparty/colors.sh/colors.sh
source ./3rdparty/colors.sh/colors.sh
APPDIR="../AppDir"
GIT_HASH=$(git rev-parse --short HEAD)