Gregor Biswanger
f06b95803f
Update to native Electron 11.1.1 - Fix breaking changes and refactoring.
2021-01-11 01:56:39 +01:00
Nathan Wienand
da1838db60
adding new build and start commandline options for single exe
2020-11-12 11:15:37 +00:00
Gregor Biswanger
b525bf1a9a
Update Changelog for 9.31.3 - Update to the native Electron 9.2.0 support
2020-08-14 13:25:27 +02:00
Gregor Biswanger
3f582d6c4e
Merge pull request #457 from kojo12228/add-fsharp-support
...
Search for .csproj and .fsproj in init and add commands
2020-08-14 12:44:45 +02:00
Gabe Cook
f7217b417f
Add target command line option found in 'build' to 'start' in CLI to support custom targets in development.
2020-08-07 10:09:27 -05:00
Kojo Amoasi
7489543c75
search for .csproj and .fsproj in init and add
2020-07-22 13:42:00 +01:00
Gregor Biswanger
bf8c7c8fa1
Update to Electron 9.0.5
2020-07-06 18:37:31 +02:00
Bob Baker
15ce35a7d9
removed extra . cause build failures
2020-07-03 23:19:19 -07:00
Gregor Biswanger
3420ee2de4
Update to Electron 9.0.3 build - Update Changelog for Electron.NET 9.31.1
2020-06-11 23:39:08 +02:00
Konstantin Gross
b3266cd93f
Electron 9.0.1 Update
2020-06-02 23:33:54 +02:00
Konstantin Gross
cb36e34dc3
Fix deployment dock.js
2020-06-02 23:33:14 +02:00
Gregor Biswanger
029b077602
manage the configuration environment with the electron.manifest.json
2020-05-26 22:03:05 +02:00
Gregor Biswanger
95acbd5dea
Update to the native Electron 9.0.0 - Update electron-updater 4.3.1 - Update Changelog
2020-05-23 12:17:53 +02:00
Konstantin Gross
8c250ae83e
Add ConfigurationProfile paramter to electronize start command
2020-05-20 18:59:38 +02:00
Gregor Biswanger
169abc2376
implement NativeTheme API with shouldUseDarkColors
2020-05-13 14:16:36 +02:00
Gregor Biswanger
14587463e7
add new powerMonitor API js file - fix formating
2020-05-13 01:41:09 +02:00
Gregor Biswanger
b6417d0718
Implement new command: electronize build /target win /PublishReadyToRun false #395 - Add self contained app #387
2020-05-10 00:31:28 +02:00
Syed Adeel Hassan Rizvi
00eb9869dc
1. Watch enabled successfully.
...
2. Reloading electron after build.
2020-05-01 17:29:56 +10:00
Syed Adeel Hassan Rizvi
2987e3143d
commented out the code
2020-05-01 09:45:02 +10:00
Syed Adeel Hassan Rizvi
a0e0cc3bbc
/watch arg added, main.js updated
2020-04-30 22:31:12 +10:00
Gregor Biswanger
a619b6e5c9
Implemented BrowserView API #371
2020-04-23 03:29:52 +02:00
Gregor Biswanger
3ba3fa6414
Add new Electronize CLI command #273
2020-04-21 19:38:16 +02:00
Gregor Biswanger
c0bf257b55
Increase startup time #356 🚀
2020-04-19 15:19:24 +02:00
Gregor Biswanger
62b37d059f
add to set author and name in electron.manifest.json #348
2020-04-19 01:22:27 +02:00
Gregor Biswanger
30d49ff6e8
Support for different manifest files ( #340 )
2019-11-30 23:30:15 +01:00
Gregor Biswanger
db9d3b1484
activate Electron 7.1.2 build
2019-11-30 02:48:23 +01:00
Gregor Biswanger
a788d71530
Implemented Electrons CommandLine-API, Implemented arguments support, Implemented different manifest file support
2019-11-30 01:30:22 +01:00
Jamie Brynes
364db7dc25
check for arg
2019-11-16 15:13:02 +00:00
Jim Buck
b6fb1cb0bf
Converted global npm dependencies to use npx.
2019-10-22 23:59:47 -04:00
Robert Muehsig
f64b780a27
documentation and one minor adjustment
2019-10-15 00:21:36 +02:00
Robert Muehsig
b7e7ace6f3
fix build issues on windows
2019-10-14 22:44:30 +02:00
Robert Muehsig
25f35e34fe
global npm outside of build commands
2019-10-07 22:53:50 +02:00
Robert Muehsig
5cd11a8110
build
2019-10-03 23:36:21 +02:00
Robert Muehsig
b3bb3ceb97
fix build issues
2019-10-03 23:07:17 +02:00
Gregor Biswanger
c91884a520
Fixed bug: Build fails with latest electron-builder version - #288
2019-07-26 16:31:44 +02:00
Gregor Biswanger
e5132e8198
implement AutoUpdater
2019-05-20 01:08:26 +02:00
Gregor Biswanger
c03d6e8976
implement splashscreen support
2019-05-18 15:04:11 +02:00
Gregor Biswanger
5e0ef7edb5
Merge pull request #250 from MaherJendoubi/spelling
...
Fixed some spelling issues
2019-05-18 02:06:21 +02:00
Gregor Biswanger
5300609360
implement electron-builder support, remove electron-packager
2019-05-18 02:01:06 +02:00
Maher Jendoubi
ed6ebe90b1
Fixed some spelling issues
...
* Cleanup of unnecessary usings
* Used language keywords instead of BCL types : Object --> object
* Fixed some spelling issues
2019-05-18 02:00:56 +02:00
Gregor Biswanger
8b5bb636f3
Merge branch 'master' into master
2019-05-16 01:06:56 +02:00
Gregor Biswanger
73f7e5a7b2
Merge pull request #243 from Hecatron-Forks/hecatron-dev
...
Call electronize from the Path instead of via dotnet in launchSettings.json
2019-05-16 00:49:50 +02:00
Gregor Biswanger
aa7efbad4b
Merge branch 'dev/hosthooks'
2019-05-15 23:58:40 +02:00
Gregor Biswanger
d0c52a1364
Implement HostHook logic to CLI and API. Implement an example in the Web-App.
2019-05-15 23:56:53 +02:00
grbd
4235aa4677
Calls electronize from the Path instead of via dotnet
2019-05-08 19:31:29 +01:00
Gabe Stocco
7dc3072b5f
Adds additional new parameter to force a node install, instead of
...
skipping due to an existing node_modules folder. This is also implicitly
triggered by providing your own package.json file. This ensures that the
actual packages match the package.json.
2019-03-29 19:02:34 -07:00
Gabe Stocco
f7cc2a995f
Adds three new command line options for build. Specifying the output path, and allowing specification of a package.json file to use.
2019-03-28 14:57:03 -07:00
Robert Muehsig
f709f65f9e
always invoke npm install
2019-01-15 22:21:25 +01:00
Robert Muehsig
71d2b88b02
fix build?
2019-01-15 20:54:32 +01:00
Yossi Frances
5d446b23fa
Added Windows 32bit support for the start command
2019-01-10 20:47:27 +02:00