Commit 9cecb69a authored by dev0tion's avatar dev0tion

Fix Windows build

parent d213aa99
......@@ -8,7 +8,7 @@
"buildResources": "dist/assets/images"
},
"win": {
"icon": "dist/assets/images/",
"icon": "dist/assets/images/icon",
"target": [
"nsis"
],
......@@ -39,7 +39,7 @@
"guid": "ed20df62-ff5a-4b83-a5e3-a361357c6e51",
"createDesktopShortcut": true,
"createStartMenuShortcut": true,
"license": "../Licenses/breeze-license.txt"
"license": "src/assets/images/license_en.txt"
},
"msi": {
"warningsAsErrors": false
......
......@@ -14,7 +14,7 @@ let serve;
let testnet;
const args = process.argv.slice(1);
serve = args.some(val => val === "--serve" || val === "-serve");
testnet = !args.some(val => val === "--testnet" || val === "-testnet");
testnet = args.some(val => val === "--testnet" || val === "-testnet");
if (args.some(val => val === "--mainnet" || val === "-mainnet")) {
testnet = false;
......
By installing this software the user agrees to all of the following:
That this software is an experimental release and any use of it shall be at the users own discretion and risk.
That the sole and exclusive remedy for any problem(s), malfunctions or defects in the product, software and / or service shall be to uninstall and/or to stop using it .
In no event shall Stratis, its officers, shareholders, investors, employees, agents, directors, subsidiaries, affiliates, successors, assignees or suppliers be liable for
Any indirect, incidental, punitive, exemplary or consequential damages
Any loss of data, use, sales, business (including profits) whether direct or indirect in any and all cases arising out of use or inability to use the software including any form of security breach, hack or attack.
Any loss, errors, omissions or misplacement of coins or any other digital asset transacted through the software or otherwise.
Any transaction confirmation delays or lack of completions.
The product is provided on an "as is" basis without any representation or warranty, whether express, implied or otherwise to the maximum extent permitted by applicable law including fitness for a particular purpose, merchantability and defects.
The product shall not be used for any unlawful activity that would violate or assist in violation of any applicable law, regulation or policy.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment