Commit graph

18 commits

Author SHA1 Message Date
LeannAlexandra
8645e0f7ff Update installer.nsh
Added the ampersand to the registry entry to give it the shortcut of "H" in windows. - in short Shift+F10 gives advanced options and "Open Hyper here now has the the H underlined and marked as hotkey.
2023-04-10 03:20:46 -07:00
Zachary Cutlip
bad6bd8790
Remove python dependency in cli on macOS 2022-03-30 08:39:22 +05:30
Labhansh Agrawal
c9591ac243 Add entitlements for notarization 2021-10-03 14:03:43 +05:30
Labhansh Agrawal
f76c27c44a Uninstall older install on Windows if present 2021-06-21 12:05:37 +05:30
Labhansh Agrawal
6199f1b025 Allow changing installation directory on windows 2021-05-10 10:49:31 +05:30
Leo Driesch
1748873ae2
Update macOS icons to match the new Big Sur icon shape (#5412) 2021-04-06 16:20:45 +05:30
Labhansh Agrawal
e6e39fbe98 Add nsis script to add/remove context menu entry 2021-01-21 02:20:06 +01:00
Labhansh Agrawal
648607d080 add usage description for protected resources on mac 2020-06-18 10:55:38 +02:00
Evil Rabbit
ec1ee99715 Improve Hyper 3 Canary and Stable icons (#3466) 2019-02-09 14:40:39 +01:00
Juan Campa
761d6445ec
Hyper v3 icons (#3451)
* Hyper v3 icons

* Updating app icons
2019-02-04 22:08:35 -05:00
Matthias Winkelmann
29ff8785d9 Fix CLI tool with python3 (#3284)
I realise having ```python``` linked to ```python3``` is currently discouraged, but being compatible does not hurt, and may avoid problems whenever it becomes more common for python 3 to be the default.
2018-12-03 16:11:45 -08:00
6a262d0212 CLI: enforce directory existence before linking on Linux (#3252)
Make `/usr/local/bin/` directory if not exists.
2018-10-13 16:46:16 +02:00
Benjamin Staneck
1c140d2482
fix a typo (#2945) 2018-04-27 14:35:00 +02:00
CHaBou
5700690e0b
Add CLI tool to install/search plugins or launch app (#2375) 2018-01-09 16:05:19 +01:00
CHaBou
43242cf663
Add canary icons and setup CIs 2017-09-20 01:09:39 +02:00
Matheus Fernandes
9c90e19760 Add Windows support and first-class Linux support (#946)
* `child_pty` => `pty.js`

* Create a frameless window on Windows and Linux

* Add a brand new UI for Linux and Windows 💅

* [Windows] Fix plugin installation

* [Windows] Fix the `build` script

* [Windows] Add a bigger `icon.ico`

* [Mac] Add `WebKitAppRegion: drag` when running on macOS

* Fix code style 🤔

* Add `appveyor.yml`

* Fix code style (again)

* [Windows] Fix AppVeyor's `install` script

* [Windows] Try a new AppVeyor config

* [Windows] Set the binary path so Spectron can run the tests

* [Windows] Try to build on x64

* Try again to build on x64

* Try one more time 😩

* Throw an error to indicate that `pty.js` was built incorrectly

* [Win/Linux] Add `display: hidden` to <Tabs /> if tabs.length === 1

* [Win/Linux] Reorganize SVGs – via @CodeTheory

* [Win/Linux] Fix the hamburger menu height

* Make the SVGs look better with `shape-rendering: crispEdges;`

* [Win/Linux] Add config options for the window controls and the 🍔 menu

* Add `electron-squirrel-startup` dependency

* [Win] Handle Squirrel commands

* [Win/Linux] Fix default color for the 🍔 and window controls – via @CodeTheory

* [Win/Linux] Add some padding - via @CodeTheory

* [Win/Linux] Add hover states – via @CodeTheory

* [Win] Fix empty window/tab titles

* [Win] Fix opening Preferences (#978)

* [Win] Fix opening Preferences

* Update ui.js

* Update ui.js

* Enhance messages and default editor

* [Win] Add dependency instructions to the README.md [skip ci]

* Fix code style

* [Win/Linux] Check the number of open windows before quitting the app
2016-11-11 15:18:04 -02:00
Guillermo Rauch
434b051bba implement extend-info for the custom plist [@lordgiotto] 2016-07-24 11:13:25 -07:00
Guillermo Rauch
aaed99abac Reorg (#386)
* Step 1: move electorn into `app/`.

This is to comply with the suggested directory format of
`electron-builder`: https://github.com/electron-userland/electron-builder#two-packagejson-structure

* Step 2: add build directory with icon files for mac / windows

* Step 3: move all development (web) assets into main directory

* Step 4: add `build` namespace to dev `package.json`

* Step 5: move all dev dependencies into dev file and get rid of
old electron packagers in favor of `eletorn-builder`

* Step 6: target build inside `app/` as everything else is excluded at build time

* Step 7: remove old stuff!

* Step 8: update README

* turn off asar for `child_pty`
2016-07-24 10:59:21 -07:00