Commit Graph

18 Commits (context-isolation-test)

Author SHA1 Message Date
Mikael Finstad c9066c3743
test contextIsolation
UNFINISHED!

todo:

move from devdeps to deps
import pMap from 'p-map';
import flatMap from 'lodash/flatMap';
import sortBy from 'lodash/sortBy';
import moment from 'moment';
import i18n from 'i18next';
import Timecode from 'smpte-timecode';

test this!!!!
const isMasBuild = process.mas;
const isWindowsStoreBuild = process.windowsStore;
const isStoreBuild = isMasBuild || isWindowsStoreBuild;

test file open from command line
5 years ago
Mikael Finstad 5830a44d99
implement language also in node land (menus, etc) 5 years ago
Mikael Finstad b9a7a777bd
fix bug #656 5 years ago
Mikael Finstad 30ba5fe041
Fix issue with relative paths and allow multiple on command line
Fixes #639
Fixes #591
5 years ago
Mikael Finstad 803008b053 lint fix 5 years ago
Mikael Finstad eda82a1f9f enable version check for windows #290 5 years ago
Mikael Finstad 05286b01de Fix hash in app path issue #40 5 years ago
Mikael Finstad 1a20acde36 fix regression 5 years ago
Mikael Finstad 2558d04408 fix issue with --no-sandbox
fixes #357
5 years ago
Mikael Finstad af2ac22a96 upgrade electron to 8.2.5 and add app focus on drop #335 5 years ago
Mikael Finstad 77da0299f0 implement focus on drop #335
(not working yet)
5 years ago
Mikael Finstad 82d028eb37 improve error handling 5 years ago
Mikael Finstad 9e6379b729 workaround for #312 5 years ago
Mikael Finstad ec1759c965 Improve some dialogs 5 years ago
Mikael Finstad 19959439e9 Disable windows version check
Temporary workaround #290
6 years ago
Mikael Finstad 610a233f8a try to fix #286 6 years ago
Mikael Finstad 3a76aa0812 - Support Mac app store
- Disable version check for Mac app store and windows store
- restore windows targets
6 years ago
Mikael Finstad 676f92c803 Build with create-react-app #108 6 years ago