From ea13b9933e657acda4a5c52911dea1d6f57e2762 Mon Sep 17 00:00:00 2001 From: "elias.oelschner" <62939318+levno-710@users.noreply.github.com> Date: Fri, 16 Jan 2026 13:09:30 +0100 Subject: [PATCH] Remove build script and related documentation from README --- build.bat | 10 ---------- readme.md | 20 -------------------- 2 files changed, 30 deletions(-) delete mode 100644 build.bat diff --git a/build.bat b/build.bat deleted file mode 100644 index d584c30..0000000 --- a/build.bat +++ /dev/null @@ -1,10 +0,0 @@ -@echo off -ECHO Building Prometheus ... -RMDIR /s /q build -MKDIR build -glue.exe ./srlua.exe prometheus-main.lua build/prometheus.exe -robocopy ./src ./build/lua /E>nul - -robocopy . ./build lua51.dll>nul - -ECHO Done! \ No newline at end of file diff --git a/readme.md b/readme.md index 4040509..5d39329 100644 --- a/readme.md +++ b/readme.md @@ -26,10 +26,6 @@ To quickly obfuscate a script: ```batch lua ./cli.lua --preset Medium ./your_file.lua ``` -When using the windows release: -```batch -prometheus.exe --preset Medium ./your_file.lua -``` For more advanced use cases see the [Documentation](https://levno-710.gitbook.io/prometheus/). ## Tests To perform the Prometheus Tests, just run @@ -37,22 +33,6 @@ To perform the Prometheus Tests, just run lua ./tests.lua ``` -## Building -Prometheus can currently only build on Windows. -It requires [srlua.exe](https://github.com/LuaDist/srlua) and [glue.exe](https://github.com/LuaDist/srlua) inside of the root directory. If lua51 was linked dynamically, lua51.dll must also be present. Then Prometheus for Windows can be built using -```batch -build.bat -``` -This creates a folder named build, that contains prometheus.exe as well as everything that is needed in order to run Prometheus. -Then -```batch -prometheus.exe [options] -``` -can be used instead of -```batch -lua ./cli.lua [options] -``` - ## License and Commercial Use Prometheus is licensed under the Prometheus License, a modified MIT-style license.