소스 검색

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 4 년 전
부모
커밋
3ba9e69c6d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      createDistribution

+ 1
- 1
createDistribution 파일 보기

@@ -76,6 +76,6 @@ cp include/snfmultidll.h include/snfmultidll.h.html $DirName/include

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

echo Created zipfile $ZipFile

Loading…
취소
저장