Skip to content

Commit

Permalink
Properly rename liquid windows binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs committed Jun 5, 2019
1 parent 1b78b9f commit e045fcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/gitian-descriptors/gitian-liquid-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e045fcb

Please sign in to comment.