this repo has no description
20
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix build script trying to tar invalid directory

authored by

Akshay and committed by
GitHub
bb4cfa5a 6ba7eab5

+1 -1
+1 -1
build.sh
··· 37 37 38 38 echo "[~] Entering build directory ..." 39 39 cd build || echo "[!] Failed to enter build directory!" 40 - tar c --file scientifica.tar scientifica ligature_plugins 40 + tar c --file scientifica.tar scientifica 41 41 echo "[~] Leaving build directory ..." 42 42 43 43 echo "[!] Done!"