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
Robert Muehsig
2b3eabf75a
test
2019-01-09 23:04:56 +01:00
Robert Muehsig
27a5057bb0
fix build?
2019-01-09 00:06:40 +01:00
Robert Muehsig
0f085fdb1d
copy the right stuff and invoke npm
2019-01-08 23:56:19 +01:00
Robert Muehsig
7d8301af54
copy should be ok
2019-01-08 23:49:40 +01:00
Robert Muehsig
1ae940613c
Fix
2018-12-28 22:25:14 +01:00
Robert Muehsig
c1bd48b58d
adding the resultcode to the output
2018-09-27 22:48:54 +02:00
Gregor Biswanger
524e6c8dff
fix planned breaking API changes from Electron 4.0
2018-09-25 23:10:58 +02:00
Marco Achtziger
c8254e2d84
added support for linux-arm platform
2018-04-19 21:14:00 +02:00
Robert Muehsig
041e2942ff
documentation
2018-02-19 22:07:07 +01:00
Robert Muehsig
2aba2a498e
fix
2018-02-12 21:23:23 +01:00
Robert Muehsig
a2ab76d18d
electron arch and co
2018-02-12 21:17:40 +01:00
Robert Muehsig
92087bc3c8
fix usage
2018-02-11 22:28:00 +01:00
Robert Muehsig
a1aaabd588
test target stuff
2018-02-11 22:24:12 +01:00
Robert Muehsig
e1fa8990ef
wip
2018-01-24 22:39:46 +01:00
Robert Muehsig
1f83a8d7ab
typo
2017-11-15 23:43:39 +01:00
Robert Muehsig
5c14e585cf
fix https://github.com/ElectronNET/Electron.NET/issues/52
2017-11-15 23:42:15 +01:00
Robert Muehsig
d1b42fa007
fix for #51
2017-11-15 22:58:33 +01:00
Robert Muehsig
6fc79c1b50
skip npm install when modules dir exists
...
for https://github.com/ElectronNET/Electron.NET/issues/10
2017-11-07 21:58:36 +01:00
Yusuke Yamada
cb20c063cf
Use electron that exist in current path
2017-11-07 16:58:32 +09:00
Robert Muehsig
52f55424ae
fixes https://github.com/ElectronNET/Electron.NET/issues/36 & https://github.com/ElectronNET/Electron.NET/issues/11
2017-11-04 23:17:04 +01:00
Robert Muehsig
85b80bfba2
fix for https://github.com/ElectronNET/Electron.NET/issues/36
2017-11-04 22:58:29 +01:00
Robert Muehsig
61160f7366
fix for https://github.com/ElectronNET/Electron.NET/issues/30
2017-11-04 22:42:12 +01:00
Robert Muehsig
93b7c94bbe
Merge pull request #32 from tebeco/no_xml_declaration_in_csprojet
...
use XmlWritter to avoid serialising Xml Declaration in csproj
2017-11-04 21:42:07 +01:00
Peter Marcu
f981c04159
Move to generic RIDs
2017-11-04 09:25:43 -07:00
TeBeCo
04b41c03c5
use XmlWritter to avoid serialising Xml Declaration in csproj
2017-11-03 22:15:14 +01:00
Robert Muehsig
5ca360b308
fix https://github.com/ElectronNET/Electron.NET/issues/21
2017-10-29 23:38:02 +01:00
Robert Muehsig
4433d36829
first step in fixing the debug UX
...
related to https://github.com/ElectronNET/Electron.NET/issues/13
2017-10-26 23:00:22 +02:00
Robert Muehsig
4acaa9fedd
super stupid implementation for https://github.com/ElectronNET/Electron.NET/issues/13
2017-10-25 22:43:59 +02:00
Robert Muehsig
f2a7f0bb5e
Merge branch 'master' into obj-desktop-per-target
2017-10-24 22:30:32 +02:00
Gregor Biswanger
778dde2b55
implement the API Demo-App complete. Implement the Clipboard-, Screen- and WebContents-API. Fix some bugs. Edit the Readme.
2017-10-23 19:08:10 +02:00
Gregor Biswanger
248ddde82b
implement Demo App sections: Dialogs, Menu, Tray, Shell, CrashHang, Notification, Shortcuts etc. Fix some API bugs and implement GlobalShortcut-, Shell- and WebContents-API.
2017-10-21 04:37:01 +02:00
Robert Muehsig
740de2b345
arg - missing desktop part
2017-10-19 21:58:50 +02:00
Robert Muehsig
d6e044de92
test to kick of appveyor
2017-10-19 21:46:46 +02:00
Robert Muehsig
8f43d451fd
....
2017-10-19 21:32:28 +02:00
Robert Muehsig
cc7905a326
build obj per target
2017-10-19 21:31:32 +02:00