diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-12-20 22:34:44 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-12-20 22:36:10 +0100 |
commit | bb5e96a67961ee7813a99cf5e7814adf867fac21 (patch) | |
tree | 70f867635b969b65cf1d2ded9a1c8bb883ad8764 /src/Main/Main.make | |
parent | b8373ae93342728c16d981124971173276c1525a (diff) | |
download | VeraCrypt-bb5e96a67961ee7813a99cf5e7814adf867fac21.tar.gz VeraCrypt-bb5e96a67961ee7813a99cf5e7814adf867fac21.zip |
Linux: update the embedded data index inside the installer because the license content became bigger.
Diffstat (limited to 'src/Main/Main.make')
-rw-r--r-- | src/Main/Main.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main/Main.make b/src/Main/Main.make index 4ec416f3..f373debd 100644 --- a/src/Main/Main.make +++ b/src/Main/Main.make @@ -196,7 +196,7 @@ endif @echo "VERSION=$(TC_VERSION)" >> $(INTERNAL_INSTALLER_NAME) @echo "PACKAGE_TYPE=tar" >> $(INTERNAL_INSTALLER_NAME) @echo "PACKAGE_NAME=$(PACKAGE_NAME)" >> $(INTERNAL_INSTALLER_NAME) - @echo "PACKAGE_START=841" >> $(INTERNAL_INSTALLER_NAME) + @echo "PACKAGE_START=864" >> $(INTERNAL_INSTALLER_NAME) @echo "INSTALLER_TYPE=$(INSTALLER_TYPE)" >> $(INTERNAL_INSTALLER_NAME) @cat $(PWD)/Setup/Linux/veracrypt_install_template.sh >> $(INTERNAL_INSTALLER_NAME) |