Update app.py
Browse files
app.py
CHANGED
@@ -323,16 +323,4 @@ def compile_with_nuitka(code, requirements, packages, compilation_mode, output_e
|
|
323 |
**Python Requirements**: {install_result}
|
324 |
|
325 |
## Binary Information:
|
326 |
-
{binary_info}
|
327 |
-
|
328 |
-
## π Portability Notes:
|
329 |
-
- This binary was compiled with maximum compatibility settings
|
330 |
-
- Using --onefile for single-file distribution
|
331 |
-
- Added --assume-yes-for-downloads for automatic dependency resolution
|
332 |
-
- Used --python-flag=no_site to reduce system dependencies
|
333 |
-
- Should work on most compatible Linux systems
|
334 |
-
|
335 |
-
## π Usage Instructions:
|
336 |
-
```bash
|
337 |
-
chmod +x {binary_basename}
|
338 |
-
./{binary_basename}
|
|
|
323 |
**Python Requirements**: {install_result}
|
324 |
|
325 |
## Binary Information:
|
326 |
+
{binary_info}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|