|
40 | 40 |
|
41 | 41 | # Rest of your existing meson.build content would continue here... |
42 | 42 |
|
43 | | - |
44 | 43 | subdir('po') |
45 | 44 |
|
46 | | -# Executable |
47 | | -install_data(['run'], install_dir: get_option('bindir')) |
48 | | - |
49 | 45 | # Appstream |
50 | 46 | install_data( |
51 | 47 | ['data/soundconverter.appdata.xml'], |
@@ -112,16 +108,16 @@ install_data( |
112 | 108 | ) |
113 | 109 |
|
114 | 110 | install_data( |
115 | | - files('soundconverter/interface/__init__.py', 'soundconverter/interface/batch.py', 'soundconverter/interface/filelist.py', |
116 | | - 'soundconverter/interface/gladewindow.py', 'soundconverter/interface/mainloop.py', 'soundconverter/interface/notify.py', |
| 111 | + files('soundconverter/interface/__init__.py', 'soundconverter/interface/batch.py', 'soundconverter/interface/filelist.py', |
| 112 | + 'soundconverter/interface/gladewindow.py', 'soundconverter/interface/mainloop.py', 'soundconverter/interface/notify.py', |
117 | 113 | 'soundconverter/interface/preferences.py', 'soundconverter/interface/theme.py', 'soundconverter/interface/ui.py'), |
118 | 114 | install_dir: join_paths(py_inst.get_install_dir(), 'soundconverter', 'interface') |
119 | 115 | ) |
120 | 116 |
|
121 | 117 | install_data( |
122 | | - files('soundconverter/util/__init__.py', 'soundconverter/util/error.py', 'soundconverter/util/fileoperations.py', |
123 | | - 'soundconverter/util/formats.py', 'soundconverter/util/formatting.py', 'soundconverter/util/logger.py', |
124 | | - 'soundconverter/util/namegenerator.py', 'soundconverter/util/settings.py', 'soundconverter/util/soundfile.py', |
| 118 | + files('soundconverter/util/__init__.py', 'soundconverter/util/error.py', 'soundconverter/util/fileoperations.py', |
| 119 | + 'soundconverter/util/formats.py', 'soundconverter/util/formatting.py', 'soundconverter/util/logger.py', |
| 120 | + 'soundconverter/util/namegenerator.py', 'soundconverter/util/settings.py', 'soundconverter/util/soundfile.py', |
125 | 121 | 'soundconverter/util/task.py', 'soundconverter/util/taskqueue.py'), |
126 | 122 | install_dir: join_paths(py_inst.get_install_dir(), 'soundconverter', 'util') |
127 | 123 | ) |
|
0 commit comments