diff options
author | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2024-10-06 00:39:55 +0100 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2024-10-06 00:39:55 +0100 |
commit | ba4fbab831b09bd66fca8136333db384b44ff6c1 (patch) | |
tree | db385c694fba440063562354741a79cbc9ea5ef7 /src/meson.build | |
parent | d68dbc893c4b76627b28b189b870aedddcad55bb (diff) |
chat: Add support for file upload
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build index 3225adc..649a19e 100644 --- a/src/meson.build +++ b/src/meson.build @@ -36,7 +36,8 @@ weegtk_sources = [ 'preferences.py', 'relay/network.py', 'relay/protocol.py', - 'relay/color.py' + 'relay/color.py', + 'relay/netfile.py' ] install_data(weegtk_sources, install_dir: moduledir) |