-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(mac): Support macOS Mojave Dark Mode
Close #3496
- Loading branch information
Showing
27 changed files
with
79 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ | |
"schema": "typescript-json-schema packages/app-builder-lib/tsconfig.json Configuration --out packages/app-builder-lib/scheme.json --noExtraProps --useTypeOfKeyword --strictNullChecks --titles --required", | ||
"jsdoc": "ts2jsdoc packages/builder-util-runtime packages/builder-util packages/app-builder-lib packages/electron-builder packages/electron-publish", | ||
"jsdoc2md": "node scripts/jsdoc2md.js", | ||
"/////": " git clone --single-branch -b docs [email protected]:electron-userland/electron-builder.git docs", | ||
"docs": "tsc -p ./scripts/renderer/tsconfig.json && yarn jsdoc && yarn jsdoc2md", | ||
"deploy-docs": "mkdocs build --clean && netlifyctl deploy --publish-directory site", | ||
"////": "pip3 install mkdocs-material mkdocs pymdown-extensions markdown-include Pygments --upgrade" | ||
|
@@ -31,7 +32,7 @@ | |
"dependencies": { | ||
"7zip-bin": "~4.1.0", | ||
"@types/is-ci": "^1.1.0", | ||
"app-builder-bin": "2.5.1", | ||
"app-builder-bin": "2.5.4", | ||
"archiver": "^3.0.0", | ||
"async-exit-hook": "^2.0.1", | ||
"bluebird-lst": "^1.0.6", | ||
|
@@ -65,7 +66,7 @@ | |
"temp-file": "^3.3.2", | ||
"tunnel-agent": "^0.6.0", | ||
"update-notifier": "^2.5.0", | ||
"yargs": "^12.0.2" | ||
"yargs": "^12.0.5" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.1.6", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"author": "Foo Bar <[email protected]>", | ||
"license": "MIT", | ||
"build": { | ||
"electronVersion": "3.0.8", | ||
"electronVersion": "3.0.10", | ||
"appId": "org.electron-builder.testApp", | ||
"compression": "store", | ||
"npmRebuild": false, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"author": "Foo Bar <[email protected]>", | ||
"license": "MIT", | ||
"build": { | ||
"electronVersion": "3.0.8", | ||
"electronVersion": "3.0.10", | ||
"appId": "org.electron-builder.testApp", | ||
"compression": "store", | ||
"npmRebuild": false, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"author": "Foo Bar <[email protected]>", | ||
"license": "MIT", | ||
"build": { | ||
"electronVersion": "3.0.8", | ||
"electronVersion": "3.0.10", | ||
"appId": "org.electron-builder.testApp", | ||
"compression": "store", | ||
"npmRebuild": false, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"author": "Foo Bar <[email protected]>", | ||
"license": "MIT", | ||
"build": { | ||
"electronVersion": "3.0.8", | ||
"electronVersion": "3.0.10", | ||
"appId": "org.electron-builder.testApp", | ||
"compression": "store", | ||
"npmRebuild": false, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.