Skip to content

Commit

Permalink
update submodule & bump windows version v0.13.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
italocoin committed Feb 11, 2019
1 parent e14a9b2 commit 548f9d9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions get_libwallet_api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -220,16 +220,16 @@ fi
# Build libwallet_merged
pushd $MONERO_DIR/build/$BUILD_TYPE/src/wallet
eval $make_exec version -C ../..
eval $make_exec -j$CPU_CORE_COUNT
eval $make_exec install -j$CPU_CORE_COUNT
eval $make_exec -j3
eval $make_exec install -j3
popd

# Build italod
# win32 need to build daemon manually with msys2 toolchain
if [ "$platform" != "mingw32" ] && [ "$ANDROID" != true ]; then
pushd $MONERO_DIR/build/$BUILD_TYPE/src/daemon
eval make -j$CPU_CORE_COUNT
eval make install -j$CPU_CORE_COUNT
eval make -j3
eval make install -j3
popd
fi

Expand All @@ -247,8 +247,8 @@ if [ -d $MONERO_DIR/build/$BUILD_TYPE/external/unbound ]; then
echo "Installing libunbound..."
pushd $MONERO_DIR/build/$BUILD_TYPE/external/unbound
# no need to make, it was already built as dependency for libwallet
# make -j$CPU_CORE_COUNT
$make_exec install -j$CPU_CORE_COUNT
# make -j3
$make_exec install -j3
popd
fi

Expand Down
4 changes: 2 additions & 2 deletions installers/windows/italo.iss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ AppName=Italo GUI Wallet
; Thus it's important to keep this stable over releases
; With a different "AppName" InnoSetup would treat a mere update as a completely new application and thus mess up

AppVersion=0.13.0.4
AppVersion=0.13.0.5
DefaultDirName={pf}\Italo GUI Wallet
DefaultGroupName=Italo GUI Wallet
UninstallDisplayIcon={app}\italo-wallet-gui.exe
Expand All @@ -20,7 +20,7 @@ WizardImageFile=WelcomeImage.bmp
DisableWelcomePage=no
LicenseFile=LICENSE
AppPublisher=The Italo Developer Community
AppPublisherURL=https://getitalo.org
AppPublisherURL=https://italo.network

UsedUserAreasWarning=no
; The above directive silences the following compiler warning:
Expand Down
2 changes: 1 addition & 1 deletion italo
Submodule italo updated from 940aec to 9ff775

0 comments on commit 548f9d9

Please sign in to comment.