Compare commits
7 Commits
Author | SHA1 | Date |
---|---|---|
|
3b778e6d2f | 10 years ago |
|
42cb26f273 | 10 years ago |
|
3f4a1e15d7 | 10 years ago |
|
81127ba283 | 10 years ago |
|
14441b3543 | 10 years ago |
|
f95a28e717 | 10 years ago |
|
6b19e22e82 | 10 years ago |
4 changed files with 17 additions and 4 deletions
@ -0,0 +1 @@ |
|||
pylsa_sfx.py |
@ -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 .. |
Loading…
Reference in new issue