Skip to content

Commit f308e33

Browse files
committed
Windows use instruction update. Move to 0.1.10 for win installer
1 parent a1eb20a commit f308e33

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/windows-installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Build Windows installer with Wix
5151
env:
52-
version: 0.1.9 # TODO Need to create this from setuptools_scm for Windows
52+
version: 0.1.10 # TODO Need to create this from setuptools_scm for Windows
5353
working-directory: ${{ github.workspace }}\electron-wix
5454
run: |
5555
.\rebuild-all.ps1

electron-wix/blockchain/readme.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,15 @@ To use the Chia Wallet UI you will need to run:
3131

3232
And then click on the "Chia Wallet" icon on the Desktop or in the Start Menu.
3333

34-
To stop a service, from the venv try for example:
35-
chia stop farmer
36-
Or
37-
chia stop all
34+
To stop a service started with Start-Job, run 'Get-Job' and then 'Stop Job ID'
35+
where ID is the listed job number.
3836

3937
After install, you can enter the venv in the "Chia Blockchain" directory with:
4038
.\venv\Scrips\Activate.ps1
4139

4240
For more usage information try:
43-
The chia-blockchain README.md - https://github.com/Chia-Network/chia-blockchain/blob/master/README.md
44-
The chia-blockchain repo wiki - https://github.com/Chia-Network/chia-blockchain/wiki
41+
Quick Start Guide - https://github.com/Chia-Network/chia-blockchain/wiki/Quick-Start-Guide
42+
Repository wiki - https://github.com/Chia-Network/chia-blockchain/wiki
4543

4644
For assistance join us on Keybase in the #testnet chat channel
4745
https://keybase.io/team/chia_network.public

0 commit comments

Comments
 (0)