We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0042a39 commit d442feaCopy full SHA for d442fea
1 file changed
conveyor.conf
@@ -41,6 +41,9 @@ app {
41
// vcs-url = open source = free Conveyor license. Also this will set the update check URL to the latest GitHub Release.
42
vcs-url = "https://github.com/hydraulic-software/github-desktop"
43
44
+ // Publish the generated download page to GitHub Pages.
45
+ site.github.pages-branch = gh-pages
46
+
47
// This will control what version of Electron is downloaded and bundled.
48
electron.version = ${outer-package-json.devDependencies.electron}
49
@@ -117,4 +120,4 @@ app {
117
120
// - There is a CLI tool. It could be exposed by default on Windows.
118
121
}
119
122
-conveyor.compatibility-level = 6
123
+conveyor.compatibility-level = 10
0 commit comments