Skip to content

Commit

Permalink
Namecoin: Rebrand Wine paths
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRand authored and Jeremy Rand committed Apr 24, 2022
1 parent 99bb5a1 commit b6604d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ task:
binaries_artifacts:
path: "contrib/build-wine/dist/*"
env:
CIRRUS_WORKING_DIR: /opt/wine64/drive_c/electrum
CIRRUS_WORKING_DIR: /opt/wine64/drive_c/electrum-nmc

task:
name: Android build
Expand Down
2 changes: 1 addition & 1 deletion contrib/build-wine/make_win.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export CONTRIB="$here/.."
export PROJECT_ROOT="$CONTRIB/.."
export CACHEDIR="$here/.cache/$WIN_ARCH"
export PIP_CACHE_DIR="$CACHEDIR/wine_pip_cache"
export WINE_PIP_CACHE_DIR="c:/electrum/contrib/build-wine/.cache/$WIN_ARCH/wine_pip_cache"
export WINE_PIP_CACHE_DIR="c:/electrum-nmc/contrib/build-wine/.cache/$WIN_ARCH/wine_pip_cache"
export DLL_TARGET_DIR="$CACHEDIR/dlls"

export WINEPREFIX="/opt/wine64"
Expand Down
2 changes: 1 addition & 1 deletion contrib/build-wine/prepare-wine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ info "Building PyInstaller."
# we build our own PyInstaller boot loader as the default one has high
# anti-virus false positives
(
cd "$WINEPREFIX/drive_c/electrum"
cd "$WINEPREFIX/drive_c/electrum-nmc"
ELECTRUM_COMMIT_HASH=$(git rev-parse HEAD)
cd "$CACHEDIR"
rm -rf pyinstaller
Expand Down

0 comments on commit b6604d6

Please sign in to comment.