remove devtools
This commit is contained in:
Aditya Kulkarni 2022-07-29 11:45:19 -05:00
parent 021b4bf62d
commit af204a55d7
6 changed files with 8 additions and 8 deletions

View File

@ -14,13 +14,13 @@ Head over to the releases page and grab the latest installers or binary. https:/
If you are on Debian/Ubuntu, please download the '.AppImage' package and just run it.
```
./Zecwallet.Fullnode-1.8.2.AppImage
./Zecwallet.Fullnode-1.8.3.AppImage
```
If you prefer to install a `.deb` package, that is also available.
```
sudo apt install -f ./zecwallet_1.8.2_amd64.deb
sudo apt install -f ./zecwallet_1.8.3_amd64.deb
```
### Windows

View File

@ -1 +1 @@
echo "VERSION=1.8.2" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
echo "VERSION=1.8.3" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append

View File

@ -1,3 +1,3 @@
#!/bin/bash
VERSION="1.8.2"
VERSION="1.8.3"
echo "VERSION=$VERSION" >> $GITHUB_ENV

View File

@ -1,7 +1,7 @@
{
"name": "zecwallet",
"productName": "Zecwallet Fullnode",
"version": "1.8.2",
"version": "1.8.3",
"description": "Zecwallet Fullnode (Electron version)",
"private": true,
"main": "./public/electron.js",

View File

@ -112,9 +112,9 @@ function createWindow() {
mainWindow.loadURL(appURL);
// Automatically open Chrome's DevTools in development mode.
// if (!app.isPackaged) {
if (!app.isPackaged) {
mainWindow.webContents.openDevTools();
// }
}
const menuBuilder = new MenuBuilder(mainWindow);
menuBuilder.buildMenu();

View File

@ -276,7 +276,7 @@ class Sidebar extends PureComponent<Props, State> {
"Zecwallet Fullnode",
<div className={cstyles.verticalflex}>
<div className={cstyles.margintoplarge}>
Zecwallet Fullnode v1.8.2
Zecwallet Fullnode v1.8.3
</div>
<div className={cstyles.margintoplarge}>
Built with Electron. Copyright (c) 2018-2021, Aditya Kulkarni.