Skip to content
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoStehlik committed Nov 13, 2019
1 parent dd136ce commit 9f6dfd2
Show file tree
Hide file tree
Showing 8 changed files with 108 additions and 789 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "walletshell",
"productName": "WalletShell",
"description": "TurtleCoin GUI Wallet",
"version": "v0.3.11",
"homepage": "https://github.com/turtlecoin/turtle-wallet-electron",
"repository": "https://github.com/turtlecoin/turtle-wallet-electron",
"name": "goldwallet",
"productName": "GoldWallet",
"description": "DeroGold GoldWallet",
"version": "v0.4.0",
"homepage": "https://github.com/derogold/GoldWallet",
"repository": "https://github.com/derogold/GoldWallet.git",
"main": "main.js",
"scripts": {
"start": "electron .",
"debug": "electron . debug",
"dev": "electron . dev",
"dist-win": "./node_modules/.bin/electron-builder --x64 --win -c.extraResources=./bin/win/turtle-service.exe",
"dist-lin": "./node_modules/.bin/electron-builder --x64 --linux -c.extraResources=./bin/lin/turtle-service",
"dist-mac": "./node_modules/.bin/electron-builder --x64 --mac -c.extraResources=./bin/osx/turtle-service"
"dist-win": "./node_modules/.bin/electron-builder --x64 --win -c.extraResources=./bin/win/DeroGold-service.exe",
"dist-lin": "./node_modules/.bin/electron-builder --x64 --linux -c.extraResources=./bin/lin/DeroGold-service",
"dist-mac": "./node_modules/.bin/electron-builder --x64 --mac -c.extraResources=./bin/osx/DeroGold-service"
},
"keywords": [],
"author": "Rixombea, Macroshock, TurtleCoin Developers",
"author": "Rixombea, Macroshock, TurtleCoin Developers, DeroGold Developers",
"license": "ISC",
"devDependencies": {
"devtron": "^1.4.0",
Expand All @@ -37,8 +37,8 @@
"request-promise-native": "^1.0.7"
},
"build": {
"appId": "lol.turtlecoin.walletshell",
"copyright": "Copyright (c) 2018 Rixombea, Macroshock, TurtleCoin Developers",
"appId": "derogold.goldwallet",
"copyright": "Copyright (c) 2018 Rixombea, Macroshock, TurtleCoin Developers, DeroGold Developers",
"directories": {
"output": "dist",
"buildResources": "build"
Expand Down Expand Up @@ -68,14 +68,14 @@
"target": [
"AppImage"
],
"maintainer": "rixombea (@labaylabay)",
"maintainer": "DeroGold Developers",
"category": "Office",
"vendor": "TurtleCoin",
"synopsis": "TurtleCoin GUI Wallet"
"vendor": "DeroGold",
"synopsis": "DeroGold Goldwallet"
},
"win": {
"target": "nsis",
"publisherName": "TurtleCoin"
"publisherName": "DeroGold"
},
"nsis": {
"artifactName": "${productName}-v${version}-${os}-${arch}-setup.${ext}",
Expand Down
Binary file modified src/assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/tray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/trayon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/walletshell_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9f6dfd2

Please sign in to comment.