Commit Graph

238 Commits

Author SHA1 Message Date
Robert Muehsig
98e9bcdcd7 Merge pull request #100 from ElectronNET/params
Params
2018-02-19 21:22:08 +01:00
Robert Muehsig
eee2a3e34d Update buildAll.sh 2018-02-14 20:58:06 +01:00
Robert Muehsig
3137d58ba8 Merge pull request #97 from JobGetabu/patch-1
Grammer Changes
2018-02-14 20:51:42 +01:00
Robert Muehsig
293980c0d1 test with quotes 2018-02-14 20:51:15 +01:00
Job Getabu
8420d282bb Grammer Changes
line 6 :)
2018-02-14 22:46:01 +03:00
Robert Muehsig
cbb7a5bc4a test 2018-02-12 21:38:18 +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
d01d82ffec custom target testing 2018-02-11 22:33:22 +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
e4d03eed39 build fix 2018-01-24 22:44:27 +01:00
Robert Muehsig
e1fa8990ef wip 2018-01-24 22:39:46 +01:00
Gregor Biswanger
331ebb3d7f update to the new electron version 2018-01-23 23:41:15 +01:00
Gregor Biswanger
c8aec57f31 Merge pull request #54 from danielmarbach/cancellation
App cancellation token
2018-01-23 23:04:21 +01:00
Robert Muehsig
27e57f7fa1 Merge pull request #60 from yoDon/master
Add list of Starter Kits to ReadMe
2018-01-18 18:04:35 +01:00
Robert Muehsig
25182f98bf Merge pull request #73 from z1c0/patch-1
Update README.md
2018-01-18 18:03:36 +01:00
Wolfgang Ziegler
2461bcbd72 Update README.md
Fixed typo
2017-12-07 09:05:06 +01:00
Don Alvarez
8315153064 Add link in Readme to underlying Electron issue preventing macOS builds from being produced on Windows machines 2017-11-24 16:26:14 -08:00
danielmarbach
fc5250468e App cancellation token 2017-11-20 21:27:03 +01:00
Don Alvarez
f059ba80b4 Add list of Starter Kits to ReadMe 2017-11-15 16:00:34 -08:00
Robert Muehsig
200f511940 https://github.com/ElectronNET/Electron.NET/issues/52 2017-11-16 00:05:37 +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
861477c24d Merge pull request #57 from ElectronNET/tebeco-run_dll_extension_using_cli
BuildAll sh/cmd changes
2017-11-14 22:52:20 +01:00
Robert Muehsig
8c91c17656 remove cd in sh 2017-11-14 22:45:09 +01:00
Robert Muehsig
652cc60f6b typooooo 2017-11-14 22:35:42 +01:00
Robert Muehsig
4ba247d77c hrm 2017-11-14 22:27:58 +01:00
Robert Muehsig
220b4b290d shell test 2017-11-14 22:23:19 +01:00
Robert Muehsig
4bccbdf61d test 2017-11-14 22:13:15 +01:00
Robert Muehsig
e9e723eeae Merge pull request #56 from tebeco/run_dll_extension_using_cli
fix: run CLI dll extension using dotnet cli
2017-11-14 22:08:05 +01:00
Robert Muehsig
e6cb429ecb changes 2017-11-14 22:06:33 +01:00
TeBeCo
5316e1e2b8 fix: run CLI dll extension usingn dotnet cli 2017-11-14 13:39:42 +01:00
Robert Muehsig
189c4df46e Merge pull request #53 from ckrausko/ckrausko-patch-1
Grammatical error
2017-11-13 13:36:42 +01:00
Cody Krauskopf
11fd7a74a4 Grammatical error
Fixed a grammatical error in the readme
2017-11-13 07:28:18 -05:00
Gregor Biswanger
8bbc951ed1 Update README.md 2017-11-10 03:25:28 +01:00
Gregor Biswanger
ca382bf605 implement PreventDefault function for stop quiting application 2017-11-10 03:11:13 +01:00
Gregor Biswanger
531446f38d update demo code 2017-11-10 02:12:13 +01:00
Gregor Biswanger
fdb026c7bd fix app quit event bugs 2017-11-10 01:48:06 +01:00
Robert Muehsig
96722e7598 0.0.7 v0.0.7 2017-11-07 22:29:26 +01:00
Robert Muehsig
24ef987471 enhanced demo for
https://github.com/ElectronNET/Electron.NET/issues/42
2017-11-07 22:21:52 +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
Robert Muehsig
64dd5d63da osx - macos 2017-11-07 21:28:00 +01:00
Robert Muehsig
bb3bca3573 Some more notes
https://github.com/ElectronNET/Electron.NET/issues/25
2017-11-07 21:22:41 +01:00
Robert Muehsig
ed72cea476 macOs update some other changes 2017-11-07 21:19:28 +01:00
Robert Muehsig
b552d0bfa6 Merge pull request #46 from yamachu/fix/unix_invoke_path
Use electron that exist in current path
2017-11-07 11:40:18 +01:00
Yusuke Yamada
cb20c063cf Use electron that exist in current path 2017-11-07 16:58:32 +09:00
Gregor Biswanger
6097f9babe Update Changelog.md 2017-11-07 01:06:45 +01:00
Gregor Biswanger
13e430f07a Update Changelog.md 2017-11-06 21:55:16 +01:00