File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,12 @@ rm -rf Ubuntu/usr/share/blocksettle/scripts
1919mkdir -p Ubuntu/usr/share/blocksettle/scripts
2020
2121cp $binpath /blocksettle Ubuntu/usr/bin/
22- cp $binpath /blocksettle_signer Ubuntu/usr/bin/
2322# cp $scriptpath/DealerAutoQuote.qml Ubuntu/usr/share/blocksettle/scripts/
2423# cp $scriptpath/RFQBot.qml Ubuntu/usr/share/blocksettle/scripts/
2524
2625dpkg -b Ubuntu bsterminal.deb
2726echo " deb package generated"
2827
2928rm -f Ubuntu/usr/bin/blocksettle
30- rm -f Ubuntu/usr/bin/blocksettle_signer
3129rm -f Ubuntu/usr/share/blocksettle/scripts/*
3230rm -f Ubuntu/lib/x86_64-linux-gnu/*
Original file line number Diff line number Diff line change @@ -32,3 +32,5 @@ RUN cd terminal.release \
3232
3333RUN ls -la /app/build_terminal/RelWithDebInfo/bin
3434
35+ RUN cd Deploy \
36+ && ./deploy.sh
You can’t perform that action at this time.
0 commit comments