cleanup
This commit is contained in:
parent
7fbc972f8b
commit
38de0d8174
@ -17,10 +17,13 @@ TYPE="public"
|
||||
DL_FILE[0]="Defraggler_icon.png"
|
||||
DL_SOURCE[0]="http://upload.wikimedia.org/wikipedia/en/5/57/Defraggler_icon.png"
|
||||
|
||||
# replace points, split into array
|
||||
a=( ${VERSION//./ } )
|
||||
|
||||
#DL_FILE[1]="dfsetup-${VERSION}_slim.exe"
|
||||
#DL_SOURCE[1]="http://www.piriform.com/defraggler/download/slim/downloadfile"
|
||||
DL_FILE[1]="dfsetup-${VERSION}.exe"
|
||||
DL_SOURCE[1]="http://download.piriform.com/dfsetup219.exe"
|
||||
DL_SOURCE[1]="http://download.piriform.com/dfsetup${a[0]}${a[1]}.exe"
|
||||
DL_ARCH[1]="X86"
|
||||
DL_WINST_NAME[1]=InstallExe
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user