forked from Chia-Network/chia-blockchain
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bad version numbering from scm for installers (Chia-Network#1029)
* Search for bad version numbering from scm * pollution is in the sub repo. Dir to check * test-cache fetch depth 1 - clean debug installers
- Loading branch information
Showing
8 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule chia-blockchain-gui
updated
10 files
+2 −0 | .gitignore | |
+0 −14 | src/components/wallet/create/WalletCreate.jsx | |
+6 −4 | src/electron-starter.js | |
+14 −14 | src/locales/en/messages.po | |
+14 −14 | src/locales/fi/messages.po | |
+14 −14 | src/locales/it/messages.po | |
+14 −14 | src/locales/ru/messages.po | |
+14 −14 | src/locales/sk/messages.po | |
+14 −14 | src/locales/zh-CN/messages.po | |
+2 −2 | src/util/chiaEnvironment.js |