add scripts/migrate_logs_to_dot9_db.py to makefile so we distribute it in snaps and releases. thanks Jim++!
This commit is contained in:
parent
ccdea9dfb7
commit
117f7e9999
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -23,7 +23,8 @@ FILES_LIB = `$(FIND_LIB)`
|
|||
|
||||
SCRIPTS = \
|
||||
scripts/gajim \
|
||||
scripts/gajim-remote
|
||||
scripts/gajim-remote \
|
||||
scripts/migrate_logs_to_dot9_db.py
|
||||
|
||||
all: translation trayicon gtkspell idle gajim.desktop
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue