We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d2d2c commit 30017d0Copy full SHA for 30017d0
build_adventurecoin_ubuntu.sh
@@ -189,7 +189,7 @@ fi
189
if [[ "$QT_LAUNCHER_DEB" =~ ^[Yy]$ && -f "$COMPILED_DIR/adventurecoin-qt" ]]; then
190
echo -e "${GREEN}>>> Creating full Qt Wallet launcher .deb with icons...${RESET}"
191
192
- wget -O advc_icon.png https://raw.githubusercontent.com/CryptoDevelopmentServices/advc-build-scripts/main/uktT3CY.png
+ wget -O advc_icon.png https://raw.githubusercontent.com/CryptoDevelopmentServices/Logos/main/advc.png
193
194
mkdir -p qt-launcher-deb/DEBIAN
195
mkdir -p qt-launcher-deb/usr/local/bin
0 commit comments