Skip to content

Commit

Permalink
Rename liquid windows installer to liquid
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs committed May 1, 2019
1 parent 551483e commit f7cc37c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/gitian-descriptors/gitian-liquid-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ script: |
cd $BUILD_DIR/windeploy
mkdir unsigned
cp $OUTDIR/elements-*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
mv ${OUTDIR}/${DISTNAME}-i686-*-debug.zip ${OUTDIR}/${DISTNAME}-win32-debug.zip
Expand Down

0 comments on commit f7cc37c

Please sign in to comment.