Forráskód Böngészése

new build-archives.sh shell script

Chris Simpkins 7 éve
szülő
commit
843e689035
1 módosított fájl, 5 hozzáadás és 5 törlés
  1. 5 5
      build-archives.sh

+ 5 - 5
postbuild_processing/archive_prep/archiver.sh → build-archives.sh

@@ -2,18 +2,18 @@
 
 
 # ////////////////////////////////////////////////////////////////////
 # ////////////////////////////////////////////////////////////////////
 #
 #
-# archiver.sh
+# build-archives.sh
 #  A shell script that packages .zip, tar.gz, and tar.xz font archives
 #  A shell script that packages .zip, tar.gz, and tar.xz font archives
 #  Copyright 2018 Christopher Simpkins
 #  Copyright 2018 Christopher Simpkins
 #  MIT License
 #  MIT License
 #
 #
-#  Usage: ./archiver.sh
+#  Usage: ./build-archives.sh
 #
 #
 # ////////////////////////////////////////////////////////////////////
 # ////////////////////////////////////////////////////////////////////
 
 
-HACK_VERSION="v3.003"
-HACK_ARCHIVES_DIR="../../../Hack-archives"
-HACK_BUILD_DIR="../../build"
+HACK_VERSION="v4.000"
+HACK_ARCHIVES_DIR="../../Hack-archives"
+HACK_BUILD_DIR="build"
 
 
 
 
 # Make build directory the current working directory
 # Make build directory the current working directory