refactor: remove js2asar.py and port logic to JS in more readable / GN-style way (#16718)

* refactor: remove js2asar.py and port logic to JS in more readable / GN-style way

* refactor: further clean up ASAR impl, add new node_action GN template
This commit is contained in:
Samuel Attard
2019-02-05 12:10:15 -08:00
committed by GitHub
parent 8582325e85
commit b202ad1e24
9 changed files with 168 additions and 73 deletions

View File

@@ -4,7 +4,7 @@
<title>Electron</title>
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; script-src 'self'; style-src 'self'; img-src 'self'" />
<link href="./styles.css" type="text/css" rel="stylesheet" />
<link href="./node_modules/octicons/build/build.css" type="text/css" rel="stylesheet" />
<link href="./octicon/build.css" type="text/css" rel="stylesheet" />
</head>
<body>