-
Notifications
You must be signed in to change notification settings - Fork 36
/
README.html
33 lines (32 loc) · 1.23 KB
/
README.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<html>
<head>
<meta charset="UTF-8">
<title>README.md</title>
</head>
<body>
<p><img src="https://raw.githubusercontent.com/mitchas/ffftp/master/assets/ui/icon64.png" alt="N|Solid"></p>
<h1 id="-glass-browser-"><strong>Glass Browser</strong></h1>
<p>A floating transparent browser for Windows.</p>
<ul>
<li>Stays on top of other programs and apps.</li>
<li>Adjust transparency.</li>
<li>Click-through mode that ignores clicks and lets you interact with apps behind.</li>
</ul>
<h2 id="building-running-it-locally-">Building & running it locally:</h2>
<ul>
<li>Clone the repo.</li>
<li>cd to the directory</li>
<li>make sure electron is installed <code>npm install electron</code></li>
<li>install and run with <code>npm install && npm start</code></li>
</ul>
<h2 id="packaging-it-app-for-mac-exe-for-windows-or-for-linux-">Packaging it (.app for mac, .exe for windows, or for linux)</h2>
<ul>
<li>Install <a href="https://github.com/Urucas/electron-packager-interactive">Electron Packager Interactive</a> with <code>npm install -g electron-packager-interactive</code></li>
<li>run <code>epi</code></li>
<li>Follow steps<ul>
<li>Icon is `./assets/icon.ico'</li>
</ul>
</li>
</ul>
</body>
</html>