diff --git a/build.sh b/build.sh index 806b3b7..e839df3 100755 --- a/build.sh +++ b/build.sh @@ -1,2 +1,2 @@ #!/bin/sh -python3 build.py \ No newline at end of file +python3 pbuild.py \ No newline at end of file diff --git a/build.py b/pbuild.py similarity index 100% rename from build.py rename to pbuild.py