diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..e43c2c5 --- /dev/null +++ b/build.sh @@ -0,0 +1,9 @@ +cd installer +echo "Copying needed files for SFX..." +mkdir src/ +cp ../script/daemon.py src/ +echo "Creating SFX..." +tar -czf - * | pysfx -as "python install.py" - ../pylsa_sfx.py +echo "Removing copied files..." +rm -rf src +cd ..