Commit graph

14 commits

Author SHA1 Message Date
Philip Peterson
4342481906 wip 2025-05-29 01:17:07 -07:00
Philip Peterson
4167d5a46d escape shell 2025-05-29 01:03:23 -07:00
Philip Peterson
67a1056042 wip 2025-05-29 01:00:52 -07:00
Philip Peterson
d3ba242b2c about to unplug 2025-05-28 23:22:49 -07:00
Philip Peterson
689e13864d wip 2025-05-28 22:25:54 -07:00
Philip Peterson
ff8c0ba66b Upgrade yarn 2025-05-28 22:05:09 -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
Ayhan
b4dabfd94a Linux Support (#341)
* Fix linux autoupdate

* Linux support

* fix
2016-07-21 12:46:00 -07:00
Lorenzo Zottar
c75d5dedd0 Modified Info.plist generation to enable folder drop onto dock icon (#307)
* Added CFBundleDocumentTypes to package Info.plist generation

* More precise CFBundleDocumentTypes in Info.plist
2016-07-20 09:52:19 -07:00
Jason Miller
d3736a36aa Mortimer - BE QUIET! (#244)
![book](http://d.gr-assets.com/books/1347876644l/285788.jpg)
2016-07-18 09:43:46 -07:00
Amio • 晋晓炜
2b38e0d84d Add missing shebang to scripts/install.sh (#85)
Fix the error when executing in some none-bash shell(eg. fish):

```
  Failed to execute process './scripts/install.sh'. Reason:
  exec: Exec format error
  The file './scripts/install.sh' is marked as an executable
    but could not be run by the operating system.
```
2016-07-15 12:43:50 -07:00
Guillermo Rauch
7953c886a8 scripts: copy static assets 2016-07-13 23:12:25 -07:00
Guillermo Rauch
e61d8ec70e package: add configurable identity for signing 2016-07-13 15:40:10 -07:00
Guillermo Rauch
2143bc7b77 improve workflow 2016-07-13 14:06:05 -07:00