Ethanol Detector in progress

This commit is contained in:
thetrouper
2025-04-07 08:31:44 -05:00
parent 1823bfd8e7
commit 9c2d34829c
7 changed files with 42 additions and 9 deletions

View File

@@ -176,7 +176,7 @@ task obfuscate(type: JavaExec) {
// Arguments to pass to the obfuscator (e.g., input and output directories)
args = [
'--config', '.\\obf\\config.json'
'--config', 'obf/config.json'
]
}