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

Before, it tried to tar `build/ligature_plugins`, which doesn't exist because the plugins were actually copied to `build/scientifica/ligature_plugins`

authored by

reedrw and committed by
GitHub
8857d6b9 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!"