Browse Source

Use 7z to create the .zip file instead of jZip.

Reason: jZip inserts an advertisement file into the .zip
archive, while 7z doesn't seem to.
master
adeniz 3 years ago
parent
commit
3ba9e69c6d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      createDistribution

+ 1
- 1
createDistribution View File



# Create the zipfile. # Create the zipfile.
rm -f $ZipFile rm -f $ZipFile
jzip -p -r $ZipFile $DirName
7z a -tzip $ZipFile $DirName -r


echo Created zipfile $ZipFile echo Created zipfile $ZipFile

Loading…
Cancel
Save