Skip to content

Commit 40a8a7d

Browse files
committed
Merge 89dd20a into merged_master (Elements PR #648)
2 parents 54271a2 + 89dd20a commit 40a8a7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/gitian-descriptors/gitian-liquid-win.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ script: |
167167
make deploy
168168
make install DESTDIR=${INSTALLPATH}
169169
rename 's/-setup\.exe$/-setup-unsigned.exe/' *-setup.exe
170-
cp -f elements-*setup*.exe $OUTDIR/
170+
rename 's/elements-/liquid-/s' *-setup-unsigned.exe
171+
cp -f liquid-*setup*.exe $OUTDIR/
171172
cd installed
172173
173174
mv ${DISTNAME}/bin/elements-qt.exe ${DISTNAME}/bin/liquid-qt.exe
@@ -184,9 +185,8 @@ script: |
184185
cp -rf contrib/windeploy $BUILD_DIR
185186
cd $BUILD_DIR/windeploy
186187
mkdir unsigned
187-
cp $OUTDIR/elements-*setup-unsigned.exe unsigned/
188+
cp $OUTDIR/liquid-*setup-unsigned.exe unsigned/
188189
cd unsigned
189-
rename 's/elements-/liquid-/s' *-setup-unsigned.exe
190190
cd ..
191191
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
192192
mv ${OUTDIR}/${DISTNAME}-x86_64-*-debug.zip ${OUTDIR}/${DISTNAME}-win64-debug.zip

0 commit comments

Comments
 (0)