mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Properly rename liquid windows binaries
This commit is contained in:
parent
1b78b9f222
commit
e045fcbdbd
1 changed files with 3 additions and 3 deletions
|
|
@ -167,7 +167,8 @@ script: |
|
||||||
make deploy
|
make deploy
|
||||||
make install DESTDIR=${INSTALLPATH}
|
make install DESTDIR=${INSTALLPATH}
|
||||||
rename 's/-setup\.exe$/-setup-unsigned.exe/' *-setup.exe
|
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
|
cd installed
|
||||||
|
|
||||||
mv ${DISTNAME}/bin/elements-qt.exe ${DISTNAME}/bin/liquid-qt.exe
|
mv ${DISTNAME}/bin/elements-qt.exe ${DISTNAME}/bin/liquid-qt.exe
|
||||||
|
|
@ -184,9 +185,8 @@ script: |
|
||||||
cp -rf contrib/windeploy $BUILD_DIR
|
cp -rf contrib/windeploy $BUILD_DIR
|
||||||
cd $BUILD_DIR/windeploy
|
cd $BUILD_DIR/windeploy
|
||||||
mkdir unsigned
|
mkdir unsigned
|
||||||
cp $OUTDIR/elements-*setup-unsigned.exe unsigned/
|
cp $OUTDIR/liquid-*setup-unsigned.exe unsigned/
|
||||||
cd unsigned
|
cd unsigned
|
||||||
rename 's/elements-/liquid-/s' *-setup-unsigned.exe
|
|
||||||
cd ..
|
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
|
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
|
mv ${OUTDIR}/${DISTNAME}-x86_64-*-debug.zip ${OUTDIR}/${DISTNAME}-win64-debug.zip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue