1
0
This commit is contained in:
2025-12-18 11:56:32 +01:00
parent 4778743e03
commit 1b0b2b0cf1
6 changed files with 178 additions and 0 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
INSTALL_DIR:=$(HOME)/.local/share/albert/python/plugins
install:
ln -fs $(ROOT_DIR)/ $(INSTALL_DIR)/albert-plugin-python-http-status-codes
echo $(ROOT_DIR)
echo $(INSTALL_DIR)