Browse Source

osx iguana binary update

ca333-dev
Satinder Grewal 8 years ago
parent
commit
7bd2d312a7
  1. BIN
      assets/bin/osx/iguana
  2. 18
      gui/main.html
  3. 2
      main.js

BIN
assets/bin/osx/iguana

Binary file not shown.

18
gui/main.html

@ -0,0 +1,18 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" href="EasyDEX-GUI/assets/global/css/bootstrap.min.css">
<script>if (typeof module === 'object') {window.module = module; module = undefined;}</script>
<script type="text/javascript" src="EasyDEX-GUI/assets/global/vendor/jquery/jquery.min.js"></script>
<script>if (window.module) module = window.module;</script>
</head>
<body>
<div class="row">
<div class="col-xs-6 text-center" style="height: 100%; background: #acacac;">Wallet</div>
<div class="col-xs-6 text-center" style="height: 100%; background: #bfbfbf;">Wallet</div>
</div>
</body>
</html>

2
main.js

@ -126,7 +126,7 @@ function createWindow (status) {
mainWindow = new BrowserWindow({width: 1280, height: 800, icon: iguanaIcon})
// load our index.html (i.e. easyDEX GUI)
mainWindow.loadURL('http://127.0.0.1:17777/gui/Iguana-GUI/');
mainWindow.loadURL('http://127.0.0.1:17777/gui/EasyDEX-GUI/');
// DEVTOOLS - only for dev purposes - ca333
//mainWindow.webContents.openDevTools()

Loading…
Cancel
Save