diff --git a/.gitignore b/.gitignore index 987f8ea..a770529 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ .keyfile test test_* -hmaenv +hmacenv __pycache__ public_key.pem *.pem @@ -10,15 +10,4 @@ decrypted.txt encrypted.txt *.enc *.dec -x86_64* -conda-meta -compiler_compat -include -man -share -ssl -cp.png *.part -large_file_encryptor.py -bin -lib \ No newline at end of file diff --git a/first_run.sh b/first_run.sh index cdf57da..056cd38 100644 --- a/first_run.sh +++ b/first_run.sh @@ -1,3 +1,3 @@ #!/bin/bash -cd bins || exit +cd src/bins || exit ./first_run diff --git a/install.sh b/install.sh old mode 100644 new mode 100755 index 921987a..61f0660 --- a/install.sh +++ b/install.sh @@ -1,2 +1,2 @@ #!/bin/bash -conda env create -f environment.yml -p . +conda env create -f environment.yml -p ./hmacenv