Skip to content

Commit

Permalink
Namecoin: Fix rebranding of locale path
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRand committed Sep 25, 2018
1 parent c01928d commit e10497b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/build-wine/build-electrum-git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if ! which msgfmt > /dev/null 2>&1; then
exit 1
fi
for i in ./locale/*; do
dir=$WINEPREFIX/drive_c/electrum/electrum/$i/LC_MESSAGES
dir=$WINEPREFIX/drive_c/electrum-nmc/electrum_nmc/$i/LC_MESSAGES
mkdir -p $dir
msgfmt --output-file=$dir/electrum.mo $i/electrum.po || true
done
Expand Down

0 comments on commit e10497b

Please sign in to comment.