Skip to content

Commit d442fea

Browse files
authored
Update conveyor.conf with GH Pages support
And set compatibility level to 10
1 parent 0042a39 commit d442fea

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

conveyor.conf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ app {
4141
// vcs-url = open source = free Conveyor license. Also this will set the update check URL to the latest GitHub Release.
4242
vcs-url = "https://github.com/hydraulic-software/github-desktop"
4343

44+
// Publish the generated download page to GitHub Pages.
45+
site.github.pages-branch = gh-pages
46+
4447
// This will control what version of Electron is downloaded and bundled.
4548
electron.version = ${outer-package-json.devDependencies.electron}
4649

@@ -117,4 +120,4 @@ app {
117120
// - There is a CLI tool. It could be exposed by default on Windows.
118121
}
119122

120-
conveyor.compatibility-level = 6
123+
conveyor.compatibility-level = 10

0 commit comments

Comments
 (0)