mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge #648: Properly rename liquid windows binaries
e045fcbdb Properly rename liquid windows binaries (Gregory Sanders)
Pull request description:
resolves https://github.com/ElementsProject/elements/issues/603
Tree-SHA512: c07c0185788a3c6a8f09df04bcfbf491b5ae7fd99ee4ab468b114414e32a5a969bc958274e02e10e6bc41e69352661465f5439e2040cdcdf5a5bc8cc1d74e423
This commit is contained in:
commit
89dd20a186
1 changed files with 3 additions and 3 deletions
|
|
@ -167,7 +167,8 @@ script: |
|
|||
make deploy
|
||||
make install DESTDIR=${INSTALLPATH}
|
||||
rename 's/-setup\.exe$/-setup-unsigned.exe/' *-setup.exe
|
||||
cp -f elements-*setup*.exe $OUTDIR/
|
||||
rename 's/elements-/liquid-/s' *-setup-unsigned.exe
|
||||
cp -f liquid-*setup*.exe $OUTDIR/
|
||||
cd installed
|
||||
|
||||
mv ${DISTNAME}/bin/elements-qt.exe ${DISTNAME}/bin/liquid-qt.exe
|
||||
|
|
@ -184,9 +185,8 @@ script: |
|
|||
cp -rf contrib/windeploy $BUILD_DIR
|
||||
cd $BUILD_DIR/windeploy
|
||||
mkdir unsigned
|
||||
cp $OUTDIR/elements-*setup-unsigned.exe unsigned/
|
||||
cp $OUTDIR/liquid-*setup-unsigned.exe unsigned/
|
||||
cd unsigned
|
||||
rename 's/elements-/liquid-/s' *-setup-unsigned.exe
|
||||
cd ..
|
||||
find . | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ${OUTDIR}/${DISTNAME}-win-unsigned.tar.gz
|
||||
mv ${OUTDIR}/${DISTNAME}-x86_64-*-debug.zip ${OUTDIR}/${DISTNAME}-win64-debug.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue