diff --git a/Installer/Installer.vdproj b/Installer/Installer.vdproj index 3c8d61e..bfadbe2 100644 --- a/Installer/Installer.vdproj +++ b/Installer/Installer.vdproj @@ -81,6 +81,14 @@ "PrerequisitesLocation" = "2:1" "Url" = "8:" "ComponentsUrl" = "8:" + "Items" + { + "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:.NETFramework,Version=v4.7.2" + { + "Name" = "8:Microsoft .NET Framework 4.7.2 (x86 and x64)" + "ProductCode" = "8:.NETFramework,Version=v4.7.2" + } + } } } } @@ -170,7 +178,7 @@ "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:FireWalletLite" "ProductCode" = "8:{23670E44-E1CD-40B5-881D-40657BD30860}" - "PackageCode" = "8:{2AC188AF-0BEF-4B0E-BD6F-F44A7EEB94F3}" + "PackageCode" = "8:{2CCCD1E4-40D9-4E58-8D3A-2039BD1CD215}" "UpgradeCode" = "8:{6966FD44-6B8C-43C0-981A-E36449BF2DA8}" "AspNetVersion" = "8:" "RestartWWWService" = "11:FALSE" diff --git a/README.md b/README.md index 6536cce..5986bd9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # FireWalletLite A lite wallet for Handshake. -This is aimed to be mainly used for holding HNS and domains without sending anything. +This is aimed to be mainly used for holding HNS and domains without sending anything. +For example if you want to gift a domain to someone, you can have them use this wallet to store the wallet. +You will still need to renew the domains at least every 2 years. + ## Features First run flow: @@ -28,4 +31,11 @@ This wallet does not (and will never) support - DNS management -If you want to use a wallet with more features, please use [Fire Wallet](https://firewallet.au) or [Bob Wallet](https://bobwallet.io) instead. \ No newline at end of file +If you want to use a wallet with more features, please use [Fire Wallet](https://firewallet.au) or [Bob Wallet](https://bobwallet.io) instead. + +## Install +FireWalletLite is available for Windows only. +You can download the latest prebuilt release from [here](https://git.woodburn.au/nathanwoodburn/FireWalletLite/releases). +You should download the `FireWalletLite.zip` file and extract it to a folder then run the `setup.exe` file as this file will install the .net runtime if it is not already installed. + +**You can also build it yourself by cloning this repo and building it in Visual Studio.** \ No newline at end of file