why it no work
This commit is contained in:
parent
54c9a96659
commit
a6a7dcfe39
@ -22,7 +22,7 @@ build_script:
|
|||||||
- mingw32-make.exe -j8
|
- mingw32-make.exe -j8
|
||||||
- copy release\KShare.exe ..\KShare.exe
|
- copy release\KShare.exe ..\KShare.exe
|
||||||
- cd ..
|
- cd ..
|
||||||
- bash -xe AppVeyor\make_installer.sh
|
- bash AppVeyor\make_installer.sh
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: KShare.exe
|
- path: KShare.exe
|
||||||
name: Shared link
|
name: Shared link
|
||||||
|
@ -6,10 +6,10 @@ function addFile {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function addFileIn {
|
function addFileIn {
|
||||||
echo $1
|
name=$2\\$(basename $1)
|
||||||
|
echo $1 $name
|
||||||
mkdir -p $2
|
mkdir -p $2
|
||||||
cp $1 $2
|
cp $1 $2
|
||||||
name=$2\\$(basename $1)
|
|
||||||
7z a -tzip portable.zip $name
|
7z a -tzip portable.zip $name
|
||||||
echo "Source: \"$name\"; DestDir: \"{app}\\$2\"; Flags: ignoreversion" >> installer.iss
|
echo "Source: \"$name\"; DestDir: \"{app}\\$2\"; Flags: ignoreversion" >> installer.iss
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user