1
0
mirror of https://github.com/jiahaog/Nativefier synced 2024-07-03 08:40:49 +02:00
Commit Graph

19 Commits

Author SHA1 Message Date
Jia Hao
3b815dd1ba Updated CLI and documentation 2015-07-06 10:12:30 +08:00
Jia Hao
80f1863b8b Implemented setting of badge configuration in the command line 2015-07-06 09:46:27 +08:00
Jia Hao
4495b26c92 Fixed enormous bug in not passing the app configuration properly 2015-07-05 16:43:32 +08:00
Jia Hao
9f74b690a1 Corrected bug in file directory 2015-07-05 16:02:31 +08:00
Jia Hao
debc395599 Validation of url should trigger after the check for the required arguments 2015-07-05 15:10:36 +08:00
Jia Hao
d40e605e98 Reformattted code with tabs and colons 2015-07-05 14:17:40 +08:00
Jia Hao
8ddeac3443 Implemented validation of url 2015-07-05 14:16:07 +08:00
Jia Hao
104821b759 Initial commit 2015-07-05 14:08:13 +08:00
Kenneth G. Franqueiro
a157f716a5 Implement multi-target options and refactor code
This adds support for --all, --platform=all, and --arch=all.

In order to accommodate outputting multiple directories for multiple
platforms and architectures, this also implements a new directory
structure under the output folder (distinguished by both platform and
arch).  This structure is applied even to OS X distributions, which
formerly were output directly to an .app folder.  This could be considered
a backwards-incompatible change.

One other backwards-incompatible change is the value that the packager
function passes to the callback, which is now always an array of paths,
rather than just a single path.

The behavior of the icon option has also been modified to use its
basename and apply .ico or .icns depending on platform, to make it
usable with --all and --platform=all.  This attempts to maximize
backwards compatibility, by allowing a full filename to be specified,
but replacing the filename's extension with what is appropriate for
each target platform.  Alternatively, the extension can now be omitted.

In the process of implementing this, it became evident that some things
were being done in 3 different places, and weren't always being done
consistently, so I've deduplicated everything I could.

This also includes a few other changes to improve stability for
multi-target runs, and other fixes:

* Avoid targeting darwin if the environment doesn't support symlinks,
  to avoid the process bailing out on Windows
* Implement --overwrite centrally in index.js such that it explicitly
  skips if an output directory already exists, for consistency with
  all target platforms and to avoid any possible errors that would halt
  operation during one target of a multi-target run
* Use ncp instead of mv to move to finalPath, which avoids flakiness
  I noticed when testing on Windows 8 especially with multi-target runs
* Simplify temp directory logic by using a nested structure, so there
  is only one top-level directory to clean up
* Reinstate fix from #55 which seems to have been clobbered by a later
  merge
* linux.createApp now resolves to the final output directory;
  it was formerly resolving to the executable path
* mac.createApp now replaces space with underscore in bundle IDs
* Only the platform modules that are needed are loaded
* The win32 module only loads rcedit if needed

This also fixes a couple of missing updates to docs (readme/usage).

This commit addresses the following issues:

* Resolves #40
* Resolves #38
* Resolves #70
* Works around #71
* Resolves #84 by reinstating #55
2015-06-28 16:57:56 -04:00
Yifei Teng
f39ba8c8f2 Support --overwrite 2015-06-23 10:54:45 -07:00
Max Ogden
fcc29035c8 cleaner error printing 2015-05-11 12:11:40 -07:00
Max Ogden
260a16509b breaking change. allow building apps for other platforms 2015-05-10 13:57:42 -07:00
jden
b126237994 add windows support #3 2015-05-06 12:11:03 -07:00
Mathias Buus
6e89629644 set asar and prune as boolean options. /cc #18 2015-05-06 15:46:47 +02:00
Max Ogden
198f379d41 rename to electron-packager 2015-04-27 12:09:24 -07:00
Mathias Buus
46b0596eb8 fix protocol cli 2015-04-04 21:28:06 -07:00
Mathias Buus
18871061d5 add custom protocol handler support 2015-04-04 21:26:03 -07:00
Max Ogden
330e376372 dont download atom-shell -- use local version instead 2015-04-04 09:47:01 -07:00
Max Ogden
cf7fe77eb6 first working version 2015-03-22 19:51:19 -07:00