Skip to content

Commit

Permalink
Merge pull request #196 from VerusCoin/dev
Browse files Browse the repository at this point in the history
v1.0.8
  • Loading branch information
Asherda authored Jun 9, 2023
2 parents 94913e2 + b7fcab7 commit 143659e
Show file tree
Hide file tree
Showing 5 changed files with 471 additions and 499 deletions.
31 changes: 15 additions & 16 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ stages:
variables:
DOCKER_DRIVER: overlay2
DEFAULT_VERUSCOIN_BRANCH: release
VERUS_VERSION: 1.0.7
VERUSCOIN_VERSION: 1.0.7
KOMODO_VERSION: 0.7.2
VERUS_VERSION: 1.0.8
VERUSCOIN_VERSION: 1.0.8
KOMODO_VERSION: 0.8.0
KOMODO_DOWNLOAD_URL: https://github.com/KomodoPlatform/komodo/releases/download
PIRATE_VERSION: 5.6.0
PIRATE_DOWNLOAD_URL: https://github.com/PirateNetwork/pirate/releases/download
Expand Down Expand Up @@ -63,11 +63,11 @@ build:linux:
- rm Verus-CLI-Linux-v${VERUSCOIN_VERSION}-x86_64.tar.gz
- mkdir -p assets/bin/linux64/komodod
- mkdir -p assets/bin/linux64/pirated
- wget ${KOMODO_DOWNLOAD_URL}/${KOMODO_VERSION}/${KOMODO_CLI_PACKAGE}
- unzip -p ${KOMODO_CLI_PACKAGE} linux64.tar.gz | tar -xzvf - --strip=1 --directory assets/bin/linux64/komodod
- rm assets/bin/linux64/komodod/fetch-params.sh
- wget ${KOMODO_DOWNLOAD_URL}/v${KOMODO_VERSION}/${KOMODO_CLI_PACKAGE}
- unzip -j ${KOMODO_CLI_PACKAGE} komodod -d assets/bin/linux64/komodod
- unzip -j ${KOMODO_CLI_PACKAGE} komodo-cli -d assets/bin/linux64/komodod
- unzip -j ${KOMODO_CLI_PACKAGE} wallet-utility -d assets/bin/linux64/komodod
- rm ${KOMODO_CLI_PACKAGE}
- strip --strip-unneeded assets/bin/linux64/komodod/komodod && strip --strip-unneeded assets/bin/linux64/komodod/komodo-cli
- gsutil cp $STAGING/VerusCoin/Zcash/zcashd-linux-x86_64.tar.gz .
- tar -xzvf zcashd-linux-x86_64.tar.gz --directory assets/bin/linux64/
- rm zcashd-linux-x86_64.tar.gz
Expand Down Expand Up @@ -182,12 +182,10 @@ build:windows:
- cd ../../..
- mkdir -p assets/bin/win64/komodod
- mkdir -p assets/bin/win64/pirated
- wget ${KOMODO_DOWNLOAD_URL}/${KOMODO_VERSION}/${KOMODO_CLI_PACKAGE}
- unzip ${KOMODO_CLI_PACKAGE}
- unzip win64.zip
- mv win64/komodod.exe win64/komodo-cli.exe assets/bin/win64/komodod
- strip --strip-unneeded assets/bin/win64/komodod/komodod.exe && strip --strip-unneeded assets/bin/win64/komodod/komodo-cli.exe
- rm -rf win64 win64.zip
- wget ${KOMODO_DOWNLOAD_URL}/v${KOMODO_VERSION}/${KOMODO_CLI_PACKAGE}
- unzip -j ${KOMODO_CLI_PACKAGE} komodod.exe -d assets/bin/win64/komodod
- unzip -j ${KOMODO_CLI_PACKAGE} komodo-cli.exe -d assets/bin/win64/komodod
- unzip -j ${KOMODO_CLI_PACKAGE} wallet-utility.exe -d assets/bin/win64/komodod
- rm ${KOMODO_CLI_PACKAGE}
- gsutil cp $STAGING/$VERUS_CLI_WINDOWS .
- unzip -qq Verus-CLI-Windows-v${VERUSCOIN_VERSION}.zip -d assets/bin/win64
Expand Down Expand Up @@ -254,9 +252,10 @@ build:mac:
- mkdir -p assets/bin/osx/pirated
- tar -xzf Verus-CLI-MacOS-v${VERUSCOIN_VERSION}.tar.gz --strip=1 --directory assets/bin/osx/verusd
- rm Verus-CLI-MacOS-v${VERUSCOIN_VERSION}.tar.gz
- wget ${KOMODO_DOWNLOAD_URL}/${KOMODO_VERSION}/${KOMODO_CLI_PACKAGE}
- unzip -j ${KOMODO_CLI_PACKAGE} komodo_${KOMODO_VERSION}_macos/komodod -d assets/bin/osx/komodod
- unzip -j ${KOMODO_CLI_PACKAGE} komodo_${KOMODO_VERSION}_macos/komodod -d assets/bin/osx/komodo-cli
- wget ${KOMODO_DOWNLOAD_URL}/v${KOMODO_VERSION}/${KOMODO_CLI_PACKAGE}
- unzip -j ${KOMODO_CLI_PACKAGE} komodod -d assets/bin/osx/komodod
- unzip -j ${KOMODO_CLI_PACKAGE} komodo-cli -d assets/bin/osx/komodod
- unzip -j ${KOMODO_CLI_PACKAGE} wallet-utility -d assets/bin/osx/komodod
- rm ${KOMODO_CLI_PACKAGE}
- gsutil cp $STAGING/VerusCoin/Zcash/zcashd-macos.tar.gz .
- tar -xzvf zcashd-macos.tar.gz --directory assets/bin/osx/
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "verus-desktop",
"productName": "Verus-Desktop",
"version": "1.0.7",
"version": "1.0.8",
"description": "Verus Desktop Wallet App",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -76,7 +76,7 @@
"remote-file-size": "3.0.5",
"semver-compare": "1.0.0",
"sha256": "0.2.0",
"socket.io": "4.5.4",
"socket.io": "4.6.2",
"systeminformation": "5.13.5",
"tx-builder": "^0.18.0",
"unzipper": "0.10.11",
Expand Down
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "1.0.7",
"minVersion": "1.0.6",
"version": "1.0.8",
"minVersion": "1.0.8",
"versionUrl": "https://raw.githubusercontent.com/VerusCoin/Verus-Desktop/master/version.json",
"repository": "https://github.com/VerusCoin/Verus-Desktop/"
}
2 changes: 1 addition & 1 deletion version_build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.7
1.0.8
Loading

0 comments on commit 143659e

Please sign in to comment.