chore: add license file, add icons, images flow, update readme

This commit is contained in:
2026-08-26 18:07:44 +05:00
parent ea09f47938
commit 4c33bba276
29 changed files with 294 additions and 33 deletions
+26
View File
@@ -0,0 +1,26 @@
default:
@just --list
# fmt + clippy -D warnings + тесты
check:
powershell -ExecutionPolicy Bypass -File tools/check.ps1
# release-сборка
release:
cargo build --release
# перегенерация скриншотов для README (тёмная + светлая, только карточка)
screenshots:
powershell -ExecutionPolicy Bypass -File tools/screenshots.ps1
# перегенерация иконок из assets/icon.svg (icon.png, app.ico, PNG-лестница)
icons:
powershell -ExecutionPolicy Bypass -File tools/icons.ps1
# установка/обновление обработчика ссылок (+ открытие настроек Windows)
register:
powershell -ExecutionPolicy Bypass -File tools/register.ps1
# снять регистрацию и удалить %LOCALAPPDATA%\bropicker
unregister:
powershell -ExecutionPolicy Bypass -File tools/register.ps1 -Uninstall