Extension: Add debug mode

This commit is contained in:
Romain Vigier
2022-08-16 01:26:00 +02:00
parent 3233c9322a
commit bb31fa9995
12 changed files with 125 additions and 90 deletions
+9
View File
@@ -12,6 +12,15 @@ configure_file(
install_dir: INSTALL_DIR
)
configure_file(
input: 'debug.js',
output: 'debug.js',
configuration: {
'BUILD_TYPE': get_option('buildtype')
},
install_dir: INSTALL_DIR
)
main = [
'extension.js',
'prefs.js',