feat: Compile Linux executable and update femterpreter script

This commit is contained in:
Alvin
2025-07-22 18:45:38 +02:00
parent 16c826f4b4
commit 08bb1f7a66
2 changed files with 1 additions and 1 deletions

BIN
dist/femcode_linux vendored Executable file

Binary file not shown.

View File

@@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
python3 $(dirname "$0")/src/main.py "$@" $(dirname "$0")/dist/femcode_linux "$@"